OnClientStop Event

The MediaServer_OnClientStop event is fired when a client player stops streaming a title.

Syntax

MediaServer_OnClientStop( datetime, status, clientid, filename )

Parameters

datetime

A Date value specifying the GMT when the client player stopped streaming.

status

A Long value specifying the result passed back to the method that triggered this event.

clientid

A Long value specifying the client ID. The value corresponds to that obtainable from the Id property of a Client object (implementing the IMSrvClient interface.)

filename

A String value specifying the title the client was playing.

See Also

OnClientPlay

© 1996-1998 Microsoft Corporation. All rights reserved.