Click or drag to resize

ILockUnlockAsync Method

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

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
Task UnlockAsync(
	IOperationContext operationContext,
	CancellationToken cancellationToken
)

Parameters

operationContext
Type: ITHit.FileSystemIOperationContext
Provides information about the environment.
cancellationToken
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