StdAdoDelegateSelectTriggerJobDataMap Method

Quartz.NET 3.0 API Documentation
Select a trigger's JobDataMap.

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

C#
public virtual Task<JobDataMap> SelectTriggerJobDataMap(
	ConnectionAndTransactionHolder conn,
	TriggerKey triggerKey,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
the DB Connection
triggerKey
Type: QuartzTriggerKey
the key of the trigger
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskJobDataMap
The JobDataMap of the Trigger, never null, but possibly empty.

Implements

IDriverDelegateSelectTriggerJobDataMap(ConnectionAndTransactionHolder, TriggerKey, CancellationToken)
See Also

Reference