Share via


IStorageProviderCallback.DriveUpdated Method (String, DRIVE_EVENTS, DriveInfo, Int32)

 

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

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top