OnCServerLinkFail Event

The MediaServer_OnCServerLinkFail event is fired when a content server fails to link with the content server holding the next data block.

Syntax

MediaServer_OnCServerLinkFail( datetime, cserverid, peerCServerId, status )

Parameters

datetime

A Date value specifying the GMT time when the attempted link failed.

cserverid

A Long value specifying the ID of the content server that noted the broken link.

peerCServerId

A Long value specifying the ID of the subsequent content server that shares the broken link.

status

A Long value specifying the result passed back to the method that triggered this event.

See Also

OnCServerLinkUnFail

© 1996-1998 Microsoft Corporation. All rights reserved.