The MediaServer_OnAdminDiskOnline event is fired when an administration application takes a disk online.
Syntax
MediaServer_OnAdminDiskOnline( datetime, status, ipAdress, diskid )
Parameters
datetime
A Date value specifying the GMT when the disk went online.
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 disk ID. The value can be retrieved from the Id property of a Disk object of the content server.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.