Click or drag to resize
ProcessingStateServerId Property
Gets the instance id of an instance of the BackgroundProcessingServer class, whose Worker background process started to process an enqueued background job.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public string ServerId { get; }

Property Value

Type: String
Usually the string representation of a GUID value, may vary in future versions.
See Also