Click or drag to resize
CreateContextItems Property
Gets an instance of the key-value storage. You can use it to pass additional information between different client filters or just between different methods.

Namespace: Hangfire.Client
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[NotNullAttribute]
public IDictionary<string, Object> Items { get; }

Property Value

Type: IDictionaryString, Object
See Also