| PerformContextItems 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.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [NotNullAttribute]
public IDictionary<string, Object> Items { get; }
<NotNullAttribute>
Public ReadOnly Property Items As IDictionary(Of String, Object)
Get
Property Value
Type:
IDictionaryString,
ObjectSee Also