Click or drag to resize

SyncServiceProcessAsync Method

IT Hit User File System
Runs one time synchronization.

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

Parameters

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

Return Value

Type: TaskOperationResult
A task object that can be awaited.
See Also