Fired when a client is disconnected from NetShow Theater Server.
Syntax
MediaServer_OnClientDisconnect( DateTime, Status, ClientId, IPAddress, Port )
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.
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 (implementing the IMSrvClient interface).
IPAddress
A String value specifying the IP address of the client.
Port
An Integer value specifying the TCP port of the client.
See Also
[Previous][Next]