Click or drag to resize

IncomingPoolingSyncProcessAsync Method (CancellationToken)

IT Hit User File System
Starts recursive pooling synchronization starting from user file system root.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.27334.0-Beta
Syntax
public Task<OperationResult> ProcessAsync(
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: TaskOperationResult
Operation result, indicating if the operation was successfull and how many items was affected. If operation failed contains a reason for the failure.
See Also