POST utils/v1/ConnectionStatus/HangFire?command={command}
The endpoint was created to start or stop the HangFire manually in case that something fails
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| command |
The command to start or stop the hang fire server |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The .
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |