C# 클래스 MassTransit.ScheduleMessageExtensions

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

공개 메소드들

메소드 설명
UseServiceBusMessageScheduler ( this configurator ) : void

Uses the Enqueue time of Service Bus messages to schedule future delivery of messages instead of using Quartz. A natively supported feature that is highly reliable.

메소드 상세

UseServiceBusMessageScheduler() 공개 정적인 메소드

Uses the Enqueue time of Service Bus messages to schedule future delivery of messages instead of using Quartz. A natively supported feature that is highly reliable.
public static UseServiceBusMessageScheduler ( this configurator ) : void
configurator this
리턴 void