The MediaServer_OnCServerStart event is fired when a content server establishes a connection with the title server.
Syntax
MediaServer_OnCServerStart( datetime, cserverid, status )
Parameters
datetime
A Date value specifying the GMT time when the content server started.
cserverid
A Long value specifying the content server ID. The value corresponds to that obtainable from the Id property of a ContentServer object (implementing the IMSrvCServer interface).
status
A Long value specifying the result passed back to the method that triggered this event.
© 1996-1998 Microsoft Corporation. All rights reserved.