The MediaServer_OnCServerOffline event is fired when a content server goes offline.
Syntax
MediaServer_OnCServerOffline( datetime, cserverid, status )
Parameters
datetime
A Date value specifying the GMT time when the content server went offline.
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.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.