OnAdminCServerOffline Event

The MediaServer_OnAdminCServerOffline event is fired when an administration application takes a content server offline.

Syntax

MediaServer_OnAdminCServerOffLine( datetime, status, ipAddress, cserverid )

Parameters

datetime

A Date value specifying the GMT when the content server went offline.

status

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

IpAddress

A String value specifying the IP address of the administrator.

cserverid

A Long value specifying the content server's ID. The value corresponds to the Id property of a content server object.

See Also

ContentServer.ID

© 1996-1998 Microsoft Corporation. All rights reserved.