Theater SDK Banner 

Art
[Previous][Next]

OnClientDisconnect Event

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

OnClientConnect

[Previous][Next]



© 1996-1998 Microsoft Corporation. All rights reserved