C# Class HareDu.Internal.QueueBehaviorImpl

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AutoDeleteWhenNotInUse ( ) : void
IsDurable ( ) : void
OnNode ( string nodeName ) : void
QueueBehaviorImpl ( ) : System
WithArguments ( Action arg ) : void
WithArguments ( object>.Dictionary args ) : void

Method Details

AutoDeleteWhenNotInUse() public méthode

public AutoDeleteWhenNotInUse ( ) : void
Résultat void

IsDurable() public méthode

public IsDurable ( ) : void
Résultat void

OnNode() public méthode

public OnNode ( string nodeName ) : void
nodeName string
Résultat void

QueueBehaviorImpl() public méthode

public QueueBehaviorImpl ( ) : System
Résultat System

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