IServerCollectionNotificationsPoolingAsync Method |
IT Hit User File System
Starts pooling synchronization.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Task<bool> PoolingAsync(
CancellationToken cancellationToken = null
)
Function PoolingAsync (
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Boolean)
Task<bool>^ PoolingAsync(
CancellationToken cancellationToken = nullptr
)
abstract PoolingAsync :
?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