메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
IsJobAborted ( ) : bool | ||
Log ( string loglevel, string message ) : void |
public ServerJobExecutionContext ( [ jobId, [ connection, [ workerContext, |
||
jobId | [ | |
connection | [ | |
workerContext | [ | |
shutdownToken | ||
리턴 | Hangfire.Annotations |
public UpdateProgress ( int percentComplete, string currentStatus ) : void | ||
percentComplete | int | |
currentStatus | string | |
리턴 | void |