IT Hit User File System
Unlocks this item in the remote storage.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Task UnlockAsync(
IOperationContext operationContext,
CancellationToken cancellationToken
)
Function UnlockAsync (
operationContext As IOperationContext,
cancellationToken As CancellationToken
) As Task
Task^ UnlockAsync(
IOperationContext^ operationContext,
CancellationToken cancellationToken
)
abstract UnlockAsync :
operationContext : IOperationContext *
cancellationToken : CancellationToken -> Task
Parameters
- operationContext
- Type: ITHit.FileSystemIOperationContext
Provides information about the environment. - cancellationToken
- Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.
Return Value
Type:
TaskA task object that can be awaited.
Remarks
Unlock your item in the remote storage in this method.
See Also