IJobExecutionContext Get Method Quartz.NET API Documentation
Get the value with the given key from the context's data map.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

Object Get(
	Object key
)

Parameters

key
Type: System Object

[Missing <param name="key"/> documentation for "M:Quartz.IJobExecutionContext.Get(System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Quartz.IJobExecutionContext.Get(System.Object)"]

See Also