Fired when the process of rebuilding a disk is started.
Syntax
MediaServer_OnDiskRebuildStart( DateTime, DiskId, Status )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the process of rebuilding was started.
DiskId
A Long value specifying the disk ID. The value corresponds to the Id property of a content server Disk object.
Status
A constant value, as defined in the MSRVDISKSTATUS enumeration type, indicating the status of a content server disk.
See Also
OnAdminDiskRebuild, OnDiskRebuildAbort, OnDiskRebuildFinish, OnDiskRebuildProgress
[Previous][Next]