Interface CancelScheduledRecurringMessage
- Namespace
- MassTransit.Scheduling
- Assembly
- MassTransit.Abstractions.dll
public interface CancelScheduledRecurringMessage
Properties
CorrelationId
The cancel scheduled message correlationId
Guid CorrelationId { get; }
Property Value
ScheduleGroup
string ScheduleGroup { get; }
Property Value
ScheduleId
string ScheduleId { get; }
Property Value
Timestamp
The date/time this message was created
DateTime Timestamp { get; }