Worker Class |
Namespace: Hangfire.Server
The Worker type exposes the following members.
Name | Description | |
---|---|---|
Worker | Initializes a new instance of the Worker class | |
Worker(String) | Initializes a new instance of the Worker class | |
Worker(IEnumerableString, IBackgroundJobPerformer, IBackgroundJobStateChanger) | Initializes a new instance of the Worker class |
Name | Description | |
---|---|---|
Execute | ||
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
This is the heart of background processing in Hangfire