Click or drag to resize

WebDavSessionUnlockAsync Method

IT Hit WebDAV Classes Reference
Unlocks an item.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public Task UnlockAsync(
	Uri item,
	LockUriTokenPair[] lockTokens,
	IDictionary<string, string> headers = null,
	CancellationToken cancellationToken = null
)

Parameters

item
Type: SystemUri
URI of the item to be unlocked.
lockTokens
Type: ITHit.WebDAV.ClientLockUriTokenPair
Lock-tokens to be used for unlocking.
headers (Optional)
Type: System.Collections.GenericIDictionaryString, String
Request headers.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
Propagates notification that operations should be canceled.

Return Value

Type: Task

[Missing <returns> documentation for "M:ITHit.WebDAV.Client.WebDavSession.UnlockAsync(System.Uri,ITHit.WebDAV.Client.LockUriTokenPair[],System.Collections.Generic.IDictionary{System.String,System.String},System.Threading.CancellationToken)"]

See Also