Interface CancelScheduledMessage
- Namespace
- MassTransit.Scheduling
- Assembly
- MassTransit.Abstractions.dll
public interface CancelScheduledMessage
Properties
CorrelationId
The cancel scheduled message correlationId
Guid CorrelationId { get; }
Property Value
Timestamp
The date/time this message was created
DateTime Timestamp { get; }
Property Value
TokenId
The token of the scheduled message
Guid TokenId { get; }