C# 클래스 Hangfire.States.ScheduledState.Handler

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

공개 메소드들

메소드 설명
Apply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void
Unapply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void
context Hangfire.States.ApplyStateContext
transaction IWriteOnlyTransaction
리턴 void

Unapply() 공개 메소드

public Unapply ( Hangfire.States.ApplyStateContext context, IWriteOnlyTransaction transaction ) : void
context Hangfire.States.ApplyStateContext
transaction IWriteOnlyTransaction
리턴 void