Click or drag to resize

IServerCollectionNotificationsProcessChangesAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.2.23868.0
Syntax
Task<bool> ProcessChangesAsync(
	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