Click or drag to resize
StateDataData Property

[Missing <summary> documentation for "P:Hangfire.Storage.StateData.Data"]

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

Property Value

Type: IDictionaryString, String
See Also