CTI Client network functions (.NET)

OnClientClose

Contents  Back  Next

The client should be closed and prepared for restart.

 

Event OnClientClose

(

 object sender,

 int e.nMinutes

)

Parameters

sender

object CtiLogin

 

e.nMinutes

Length of time in minutes until the client should be restarted – if the value is non-negative.

 

Remarks

The administrator sends this message when he wants to replace important files. This is useful when the clients were started from a shared network directory. To replace the files, all clients must be shut down. If you wish to support this feature, call PrepareRestart upon receiving the event, passing nMinutes as a parameter. If nMinutes is negative, the client should not be restarted. Then close your application. OnClientClose is triggered from the server control panel (“User administration” page).

 

clip0030

See also

CtiLogin overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.