Table of Contents

Interface SendContext<T>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

The SendContext is used to tweak the send to the endpoint

public interface SendContext<out T> : SendContext, PipeContext where T : class

Type Parameters

T

The message type being sent

Inherited Members
Extension Methods

Properties

Message

The message being sent

T Message { get; }

Property Value

T