OnAdminDiskOffline Event

The MediaServer_OnAdminDiskOffline event is fired when an administration application takes a disk offline.

Syntax

MediaServer_OnAdminDiskOffline( datetime, status, ipAddress, diskid )

Parameters

datetime

A Date value specifying the GMT when the disk 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.

diskid

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

See Also

ContentServerDisk.ID

© 1996-1998 Microsoft Corporation. All rights reserved.