Fired when a failed connection between two content servers is restored.
Syntax
MediaServer_OnCServerLinkUnFail( DateTime, CserverId, PeerCserverId, Status)
Parameters
DateTime
A Date value specifying the Greenwich mean time when the broken link was restored.
CserverId
A Long value specifying the ID of the content server that reported the broken link. The value corresponds to that which can be obtained from the Id property of a ContentServer object (implementing the IMSrvCServer interface).
PeerCserverId
A Long value specifying the ID of the subsequent content server that shared the broken link.
Status
A Long value specifying the result that was passed back to the method that triggered this event.
See Also
[Previous][Next]