OnCServerFail Event

The MediaServer_OnCServerFail event is fired when a content server fails to operate.

Syntax

MediaServer_OnCServerFail( datetime, csrvId, status )

Parameters

datetime

A Date value specifying the GMT time when the content server failed.

csrvId

A Long value specifying the content server identifier. 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.