Fired every 30 seconds to show the progress being made in rebuilding a content server disk.
Syntax
MediaServer_OnDiskRebuildProgress( DateTime, DiskId, BytesRebuilt, BytesTotal )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the progress notification event last occurred.
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 how much of the disk, in bytes, has been rebuilt.
BytesTotal
A Double value specifying the total number of bytes to be rebuilt.
Remarks
Logging this event in TraceView can 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
[Previous][Next]