IJobExecutionContextGet Method

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

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

C#
Object Get(
	Object key
)

Parameters

key
Type: SystemObject

Return Value

Type: Object

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

See Also

Reference