C# 클래스 Hangfire.Server.ServerJobExecutionContext

상속: IJobExecutionContext
파일 보기 프로젝트 열기: Softwire/Hangfire 1 사용 예제들

공개 메소드들

메소드 설명
LogDebug ( string message ) : void
LogError ( string message ) : void
LogFatal ( string message ) : void
LogInfo ( string message ) : void
LogWarn ( string message ) : void
ServerJobExecutionContext ( [ jobId, [ connection, [ workerContext, CancellationToken shutdownToken ) : Hangfire.Annotations
ThrowIfCancellationRequested ( ) : void
UpdateProgress ( int percentComplete, string currentStatus ) : void

비공개 메소드들

메소드 설명
IsJobAborted ( ) : bool
Log ( string loglevel, string message ) : void

메소드 상세

LogDebug() 공개 메소드

public LogDebug ( string message ) : void
message string
리턴 void

LogError() 공개 메소드

public LogError ( string message ) : void
message string
리턴 void

LogFatal() 공개 메소드

public LogFatal ( string message ) : void
message string
리턴 void

LogInfo() 공개 메소드

public LogInfo ( string message ) : void
message string
리턴 void

LogWarn() 공개 메소드

public LogWarn ( string message ) : void
message string
리턴 void

ServerJobExecutionContext() 공개 메소드

public ServerJobExecutionContext ( [ jobId, [ connection, [ workerContext, CancellationToken shutdownToken ) : Hangfire.Annotations
jobId [
connection [
workerContext [
shutdownToken System.Threading.CancellationToken
리턴 Hangfire.Annotations

ThrowIfCancellationRequested() 공개 메소드

public ThrowIfCancellationRequested ( ) : void
리턴 void

UpdateProgress() 공개 메소드

public UpdateProgress ( int percentComplete, string currentStatus ) : void
percentComplete int
currentStatus string
리턴 void