Interface CommandContext
- Namespace
- MassTransit.Contracts
- Assembly
- MassTransit.Abstractions.dll
public interface CommandContext : PipeContext
- Inherited Members
- Extension Methods
Properties
Timestamp
The timestamp at which the command was sent
DateTime Timestamp { get; }