C# Class HareDu.Internal.QueueBehaviorImpl

Inheritance: QueueBehavior
Mostra file Open project: ahives/HareDu

Private Properties

Property Type Description

Public Methods

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

Method Details

AutoDeleteWhenNotInUse() public method

public AutoDeleteWhenNotInUse ( ) : void
return void

IsDurable() public method

public IsDurable ( ) : void
return void

OnNode() public method

public OnNode ( string nodeName ) : void
nodeName string
return void

QueueBehaviorImpl() public method

public QueueBehaviorImpl ( ) : System
return System

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