The MediaServer_OnDiskRebuildStart event is fired when a disk regeneration is started.
Syntax
MediaServer_OnDiskRebuildStart( datetime, diskID, status )
Parameters
datetime
A Date value specifying the GMT time when the rebuild 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, indicating the status of a content server disk.
See Also
OnAdminDiskRebuild, OnDiskRebuildAbort, OnDiskRebuildFinish, OnDiskRebuildProgress
© 1996-1998 Microsoft Corporation. All rights reserved.