Fired when a disk in a content server fails.
Syntax
MediaServer_OnDiskFail( DateTime, DiskId, Status )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the disk operation failed.
DiskId
A Long value specifying the disk ID. The value corresponds to that which can be obtained from the Id property of a Disk object (implementing the IMSrvCServerDisk interface).
Status
A constant value, as defined in the MSRVDISKSTATUS enumeration type, indicating the status of a content server disk.
[Previous][Next]