OnDiskRebuildProgress Event

The MediaServer_OnRebuildProgress event is fired every 30 seconds to show the progress on the rebuilding of a content server disk.

Syntax

MediaServer_OnDiskRebuildProgress( datetime, diskid, bytesRebuilt, BytesTotal )

Parameters

datetime

A Date value specifying the GMT time when the progress notification event last occured.

diskID

A Long value specifying the disk ID. The value corresponds to the Id property of a content server Disk object.

BytesRebuilt

A Double value specifying number of bytes that have rebuilt.

BytesTotal

A Double value specifying total number of bytes to be rebuilt.

Remarks

Logging this event in TraceView could result in an excessive number of notifications of such events. It is recommended that you do not log this event.

See Also

OnAdminDiskRebuild, OnDiskRebuildAbort, OnDiskRebuildFinish, OnDiskRebuildStart

© 1996-1998 Microsoft Corporation. All rights reserved.