C# 클래스 MassTransit.Scheduling.SchedulingExtensions

파일 보기 프로젝트 열기: phatboyg/MassTransit

공개 메소드들

메소드 설명
GetQuartzNextScheduled ( this context ) : DateTimeOffset?
GetQuartzPreviousSent ( this context ) : DateTimeOffset?
GetQuartzScheduled ( this context ) : DateTimeOffset?
GetQuartzSent ( this context ) : DateTimeOffset?
GetSchedulingTokenId ( this context ) : Guid?

메소드 상세

GetQuartzNextScheduled() 공개 정적인 메소드

public static GetQuartzNextScheduled ( this context ) : DateTimeOffset?
context this
리턴 DateTimeOffset?

GetQuartzPreviousSent() 공개 정적인 메소드

public static GetQuartzPreviousSent ( this context ) : DateTimeOffset?
context this
리턴 DateTimeOffset?

GetQuartzScheduled() 공개 정적인 메소드

public static GetQuartzScheduled ( this context ) : DateTimeOffset?
context this
리턴 DateTimeOffset?

GetQuartzSent() 공개 정적인 메소드

public static GetQuartzSent ( this context ) : DateTimeOffset?
context this
리턴 DateTimeOffset?

GetSchedulingTokenId() 공개 정적인 메소드

public static GetSchedulingTokenId ( this context ) : Guid?
context this
리턴 Guid?