Click or drag to resize

IServerCollectionNotificationsPoolingAsync Method

IT Hit User File System
Starts pooling synchronization.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
Task<bool> PoolingAsync(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

Type: TaskBoolean
True if the changes processed successfully, false otherwise.
See Also