C# Class NServiceBus.Testing.TestableOutgoingContext

A base implementation for all behaviors implementing IOutgoingContext.
Inheritance: TestablePipelineContext, IOutgoingContext
Show file Open project: Particular/NServiceBus

Private Properties

Property Type Description

Protected Methods

Method Description
GetBuilder ( ) : IBuilder

Selects the builder returned by IBehaviorContext.Builder. Override this method to provide your custom IBuilder implementation.

Method Details

GetBuilder() protected method

Selects the builder returned by IBehaviorContext.Builder. Override this method to provide your custom IBuilder implementation.
protected GetBuilder ( ) : IBuilder
return IBuilder