The MediaServer_OnAdminDiskRebuildStop event is fired when a disk rebuild process is stopped.
Syntax
MediaServer_OnAdminDiskRebuildStop( datetime, status, ipAddress, diskid )
Parameters
datetime
A Date value specifying the GMT when the rebuild stopped.
status
A Long value specifying the result passed back to the method that triggered this event.
ipaddress
A String value specifying the administrator's IP Address.
diskid
A Long value specifying the disk ID. The value corresponds to the Id property of a Disk object of the content server.
See Also
OnDiskRebuildAbort, OnDiskRebuildFinish, OnDiskRebuildProgress
© 1996-1998 Microsoft Corporation. All rights reserved.