OnDiskFail Event

The MediaServer_OnDiskFail event is fired when a disk in a content server fails to operate.

Syntax

MediaServer_OnDiskFail( datetime, diskid, status )

Parameters

datetime

A Date value specifying the GMT time when the disk operation failed.

diskid

A Long value specifying the disk ID. The value corresponds to that obtainable from the Id property of a Disk object (implementing the IMSrvCServerDisk interface).

status

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

© 1996-1998 Microsoft Corporation. All rights reserved.