C# Class MassTransit.ScheduleMessageExtensions

Datei anzeigen Open project: MassTransit/MassTransit

Public Methods

Method Description
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.

Method Details

UseServiceBusMessageScheduler() public static method

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
return void