C# Class HareDu.Internal.ExchangeBehaviorImpl

Inheritance: ExchangeBehavior
Mostra file Open project: ahives/HareDu

Private Properties

Property Type Description

Public Methods

Method Description
AutoDeleteWhenNotInUse ( ) : void
ExchangeBehaviorImpl ( ) : System
IsDurable ( ) : void
IsForInternalUse ( ) : void
UsingRoutingType ( Action routingType ) : void
WithArguments ( Action arg ) : void
WithArguments ( object>.Dictionary args ) : void

Method Details

AutoDeleteWhenNotInUse() public method

public AutoDeleteWhenNotInUse ( ) : void
return void

ExchangeBehaviorImpl() public method

public ExchangeBehaviorImpl ( ) : System
return System

IsDurable() public method

public IsDurable ( ) : void
return void

IsForInternalUse() public method

public IsForInternalUse ( ) : void
return void

UsingRoutingType() public method

public UsingRoutingType ( Action routingType ) : void
routingType Action
return void

WithArguments() public method

public WithArguments ( Action arg ) : void
arg Action
return void

WithArguments() public method

public WithArguments ( object>.Dictionary args ) : void
args object>.Dictionary
return void