OnCServerLinkUnfail Event

The MediaServer_OnCServerLinkUnfail event is fired when a failed link between two content servers is restored.

Syntax

MediaServer_OnCServerLinkUnFail( datetime, cserverid, peercserverid, status)

Parameters

datetime

A Date value specifying the GMT time when the broken link was restored.

cserverid

A Long value specifying the ID of the content server that noted the broken link. The value corresponds to that obtainable 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 passed back to the method that triggered this event.

See Also

OnCServerLinkFail

© 1996-1998 Microsoft Corporation. All rights reserved.