Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the drive is updated.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void DriveUpdated(
string driveObjectId,
DRIVE_EVENTS driveChangeEvent,
DriveInfo driveInfo,
int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void DriveUpdated(
String^ driveObjectId,
DRIVE_EVENTS driveChangeEvent,
DriveInfo^ driveInfo,
int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub DriveUpdated (
driveObjectId As String,
driveChangeEvent As DRIVE_EVENTS,
driveInfo As DriveInfo,
connectiontId As Integer
)
Parameters
driveObjectId
Type: System.StringIdentifier of the drive.
driveChangeEvent
Type: Microsoft.WindowsServerSolutions.Storage.DRIVE_EVENTSType of event.
driveInfo
Type: Microsoft.WindowsServerSolutions.Storage.DriveInfoDetails of the drive.
connectiontId
Type: System.Int32Connection identifier.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top