Table of Contents

Interface CancelScheduledMessage

Namespace
MassTransit.Scheduling
Assembly
MassTransit.Abstractions.dll
public interface CancelScheduledMessage

Properties

CorrelationId

The cancel scheduled message correlationId

Guid CorrelationId { get; }

Property Value

Guid

Timestamp

The date/time this message was created

DateTime Timestamp { get; }

Property Value

DateTime

TokenId

The token of the scheduled message

Guid TokenId { get; }

Property Value

Guid