IServerCollectionNotificationsProcessChangesAsync Method |
IT Hit User File System
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.0.22158.0-Beta
SyntaxTask<bool> ProcessChangesAsync(
SavePropertiesAction savePropertiesAction,
CancellationToken cancellationToken = null
)
Function ProcessChangesAsync (
savePropertiesAction As SavePropertiesAction,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Boolean)
Task<bool>^ ProcessChangesAsync(
SavePropertiesAction^ savePropertiesAction,
CancellationToken cancellationToken = nullptr
)
abstract ProcessChangesAsync :
savePropertiesAction : SavePropertiesAction *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<bool>
Parameters
- savePropertiesAction
- Type: ITHit.FileSystemSavePropertiesAction
Called by the Engine, when item properties should be saved.
- cancellationToken (Optional)
- Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.
Return Value
Type:
TaskBooleanTrue if the changes processed successfully, false otherwise.
See Also