Method | Description | |
---|---|---|
LogDebug ( string message ) : void | ||
LogError ( string message ) : void | ||
LogFatal ( string message ) : void | ||
LogInfo ( string message ) : void | ||
LogWarn ( string message ) : void | ||
ServerJobExecutionContext ( [ jobId, [ connection, [ workerContext, |
||
ThrowIfCancellationRequested ( ) : void | ||
UpdateProgress ( int percentComplete, string currentStatus ) : void |
Method | Description | |
---|---|---|
IsJobAborted ( ) : bool | ||
Log ( string loglevel, string message ) : void |
public ServerJobExecutionContext ( [ jobId, [ connection, [ workerContext, |
||
jobId | [ | |
connection | [ | |
workerContext | [ | |
shutdownToken | ||
return | Hangfire.Annotations |
public ThrowIfCancellationRequested ( ) : void | ||
return | void |
public UpdateProgress ( int percentComplete, string currentStatus ) : void | ||
percentComplete | int | |
currentStatus | string | |
return | void |