Click or drag to resize

SyncServiceStartAsync Method

IT Hit User File System
Starts periodic synchronization based on timer.

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

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: Task
A task object that can be awaited.

Implements

ISyncServiceStartAsync(CancellationToken)
Remarks
This method starts periodic synchronization processing by calling ProcessAsync(CancellationToken) method, based on timer. The timer interval is set via SyncIntervalMs property.
See Also