Click or drag to resize

IServerCollectionNotificationsProcessChangesAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.0.22158.0-Beta
Syntax
Task<bool> ProcessChangesAsync(
	SavePropertiesAction savePropertiesAction,
	CancellationToken cancellationToken = null
)

Parameters

savePropertiesAction
Type: ITHit.FileSystemSavePropertiesAction
Called by the Engine, when item properties should be saved.
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