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
SyntaxTask UnlockAsync(
IOperationContext operationContext = null,
CancellationToken cancellationToken = null
)
Function UnlockAsync (
Optional operationContext As IOperationContext = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task
Task^ UnlockAsync(
IOperationContext^ operationContext = nullptr,
CancellationToken cancellationToken = nullptr
)
abstract UnlockAsync :
?operationContext : IOperationContext *
?cancellationToken : CancellationToken
(* Defaults:
let _operationContext = defaultArg operationContext null
let _cancellationToken = defaultArg cancellationToken null
*)
-> Task
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:
TaskA task object that can be awaited.
Remarks
Unlock your item in the remote storage in this method.
See Also