C# Class MassTransit.ScheduleMessageExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode 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 méthode

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
Résultat void