Click or drag to resize
BackgroundProcessContextProperties Property

[Missing <summary> documentation for "P:Hangfire.Server.BackgroundProcessContext.Properties"]

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

Property Value

Type: IReadOnlyDictionaryString, Object
See Also