Fired when an administration application uses the Delete method with the Clients collection, or when the application calls the KillClient method.
Syntax
MediaServer_OnAdminKillClient( DateTime, Status, IPAddress, ClientId )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the client was disconnected.
Status
A Long value specifying the result that was passed back to the method that triggered this event.
IPAddress
A String value specifying the IP address of the client.
ClientId
A Long value specifying the ID of the disconnected client. The value corresponds to that which can be obtained from the Id property of a Client object.
[Previous][Next]