Click or drag to resize

ILockUnlockAsync Method

IT Hit User File System
Unlocks this item in the remote storage.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 6.3.20496.0
Syntax
Task UnlockAsync(
	IOperationContext operationContext = null,
	CancellationToken cancellationToken = null
)

Parameters

operationContext (Optional)
Type: ITHit.FileSystemIOperationContext
Provides information about the environment.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

Type: Task
A task object that can be awaited.
Remarks
Unlock your item in the remote storage in this method.
See Also