Fired when a content server fails.
Syntax
MediaServer_OnCServerFail( DateTime, CsrvId, Status )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the content server failed.
CsrvId
A Long value specifying the content server identifier. The value corresponds to that which can be obtained from the Id property of a ContentServer object (implementing the IMSrvCServer interface).
Status
A Long value specifying the result that was passed back to the method that triggered this event.
[Previous][Next]