C# Class HareDu.Internal.ExchangeBehaviorImpl

Inheritance: ExchangeBehavior
Afficher le fichier Open project: ahives/HareDu

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AutoDeleteWhenNotInUse ( ) : void
Résultat void

ExchangeBehaviorImpl() public méthode

public ExchangeBehaviorImpl ( ) : System
Résultat System

IsDurable() public méthode

public IsDurable ( ) : void
Résultat void

IsForInternalUse() public méthode

public IsForInternalUse ( ) : void
Résultat void

UsingRoutingType() public méthode

public UsingRoutingType ( Action routingType ) : void
routingType Action
Résultat void

WithArguments() public méthode

public WithArguments ( Action arg ) : void
arg Action
Résultat void

WithArguments() public méthode

public WithArguments ( object>.Dictionary args ) : void
args object>.Dictionary
Résultat void