OnDiskOffline Event

The MediaServer_OnDiskOffline event is fired when a content server's disk goes offline.

Syntax

MediaServer_OnDiskOffline( datetime, diskid, status)

Parameters

datetime

A Date value specifying the GMT time when the disk went offline.

diskid

A Long value specifying the disk ID. The value is specified by the Id property of a content server Disk object (of the IMSrvCServerDisk class).

status

A constant value, as defined in the MSRVDISKSTATUS enumeration, indicating the status of a content server disk.

See Also

OnDiskOnline

© 1996-1998 Microsoft Corporation. All rights reserved.