Partager via


IStorageProviderCallback.FolderUpdated Method (Guid, FOLDER_EVENTS, FolderInfo, Int32)

 

Called when the folder is updated.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[OperationContractAttribute(IsOneWay = true)]
void FolderUpdated(
    Guid folderID,
    FOLDER_EVENTS folderChangeEvent,
    FolderInfo folderInfo,
    int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void FolderUpdated(
    Guid folderID,
    FOLDER_EVENTS folderChangeEvent,
    FolderInfo^ folderInfo,
    int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub FolderUpdated (
    folderID As Guid,
    folderChangeEvent As FOLDER_EVENTS,
    folderInfo As FolderInfo,
    connectiontId As Integer
)

Parameters

See Also

IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top