| BackgroundProcessContextProperties Property |
[Missing <summary> documentation for "P:Hangfire.Server.BackgroundProcessContext.Properties"]
Namespace: Hangfire.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [NotNullAttribute]
public IReadOnlyDictionary<string, Object> Properties { get; }
<NotNullAttribute>
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)
Get
Property Value
Type:
IReadOnlyDictionaryString,
ObjectSee Also