OnAdminDiskRebuild Event

The MediaServer_OnAdminDiskRebuild event is fired when a disk rebuild process is started.

Syntax

MediaServer_OnAdminDiskRebuild( datetime, status, ipaddress, diskid )

Parameters

datetime

A Date value specifying the GMT when the rebuild started.

status

A Long value specifying the result passed back to the method that triggered this event.

ipaddress

A String value specifying the IP address of the administrator.

diskid

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

See Also

OnDiskRebuildAbort, OnDiskRebuildFinish, OnDiskRebuildProgress, OnDiskRebuildStart, OnAdminDiskRebuildStop, ContentServerDisk.ID

© 1996-1998 Microsoft Corporation. All rights reserved.