Table of Contents

Interface CourierContext

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public interface CourierContext : ConsumeContext<RoutingSlip>, ConsumeContext, PipeContext, MessageContext, IPublishEndpoint, IPublishObserverConnector, ISendEndpointProvider, ISendObserverConnector
Inherited Members
Extension Methods

Properties

ActivityName

The name of the activity

string ActivityName { get; }

Property Value

string

Elapsed

The time elapsed for the execution operation

TimeSpan Elapsed { get; }

Property Value

TimeSpan

ExecutionId

The executionId for this attempt at the activity

Guid ExecutionId { get; }

Property Value

Guid

Timestamp

The start time for the activity execution

DateTime Timestamp { get; }

Property Value

DateTime

TrackingNumber

The tracking number for this routing slip

Guid TrackingNumber { get; }

Property Value

Guid