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.String- Identifier of the drive. 
- driveChangeEvent 
 Type: Microsoft.WindowsServerSolutions.Storage.DRIVE_EVENTS- Type of event. 
- driveInfo 
 Type: Microsoft.WindowsServerSolutions.Storage.DriveInfo- Details of the drive. 
- connectiontId 
 Type: System.Int32- Connection identifier. 
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top