Previous | Next |
Fired when a client is disconnected by an administrator.
Syntax
NSUnicastMgr_OnAdminKillClient( DateTime, Status, IPAddress, ClientID )
Parameters
DateTime
A Date value indicating when the event occurred, expressed in Greenwich mean time.
Status
A Long value specifying the HRESULT error code passed back when this event is fired.
IPAddress
A String value specifying the IP address of the administrator. If the connection is to the server called LocalHost, this value is 0.0.0.0, and the connection is made to the computer on which the script is running.
ClientID
A Long value specifying the ID of the client that was disconnected.
Previous | Next |