Interface StopContext
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
The context associated with stopping an agent
public interface StopContext : PipeContext
- Inherited Members
- Extension Methods
Properties
Reason
The reason for stopping
string Reason { get; }