DirtyFlagMapTKey, TValuePut Method

Quartz.NET 3.0 API Documentation
Puts the value behind a specified key.

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

C#
public virtual Object Put(
	TKey key,
	TValue val
)

Parameters

key
Type: TKey
The key.
val
Type: TValue
The val.

Return Value

Type: Object

[Missing <returns> documentation for "M:Quartz.Util.DirtyFlagMap`2.Put(`0,`1)"]

See Also

Reference