C# Класс MassTransit.ScheduleMessageExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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