IServerCollectionNotificationsProcessChangesAsync Method |
IT Hit User File System
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.2.23868.0
SyntaxTask<bool> ProcessChangesAsync(
CancellationToken cancellationToken = null
)
Function ProcessChangesAsync (
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Boolean)
Task<bool>^ ProcessChangesAsync(
CancellationToken cancellationToken = nullptr
)
abstract ProcessChangesAsync :
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task<bool>
Parameters
- 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