JobStoreSupportReleaseLock Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ReleaseLock(System.Guid,System.String,System.Boolean,System.Threading.CancellationToken)"]

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
protected virtual Task ReleaseLock(
	Guid requestorId,
	string lockName,
	bool doIt,
	CancellationToken cancellationToken
)

Parameters

requestorId
Type: SystemGuid

[Missing <param name="requestorId"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ReleaseLock(System.Guid,System.String,System.Boolean,System.Threading.CancellationToken)"]

lockName
Type: SystemString

[Missing <param name="lockName"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ReleaseLock(System.Guid,System.String,System.Boolean,System.Threading.CancellationToken)"]

doIt
Type: SystemBoolean

[Missing <param name="doIt"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ReleaseLock(System.Guid,System.String,System.Boolean,System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ReleaseLock(System.Guid,System.String,System.Boolean,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ReleaseLock(System.Guid,System.String,System.Boolean,System.Threading.CancellationToken)"]

See Also

Reference