C# Class HareDu.Internal.ArgumentsImpl

Inheritance: Arguments
Mostra file Open project: ahives/HareDu Class Usage Examples

Public Methods

Method Description
ArgumentsImpl ( ) : System.Collections.Generic
Set ( string arg, bool value ) : void
Set ( string arg, int value ) : void
Set ( string arg, long value ) : void
Set ( string arg, string value ) : void
SetAlternateExchange ( string exchange ) : void
SetDeadLetterExchange ( string exchange ) : void
SetDeadLetterExchangeRoutingKey ( string routingKey ) : void
SetPerQueueExpiration ( int milliseconds ) : void
SetQueueExpiration ( int milliseconds ) : void

Method Details

ArgumentsImpl() public method

public ArgumentsImpl ( ) : System.Collections.Generic
return System.Collections.Generic

Set() public method

public Set ( string arg, bool value ) : void
arg string
value bool
return void

Set() public method

public Set ( string arg, int value ) : void
arg string
value int
return void

Set() public method

public Set ( string arg, long value ) : void
arg string
value long
return void

Set() public method

public Set ( string arg, string value ) : void
arg string
value string
return void

SetAlternateExchange() public method

public SetAlternateExchange ( string exchange ) : void
exchange string
return void

SetDeadLetterExchange() public method

public SetDeadLetterExchange ( string exchange ) : void
exchange string
return void

SetDeadLetterExchangeRoutingKey() public method

public SetDeadLetterExchangeRoutingKey ( string routingKey ) : void
routingKey string
return void

SetPerQueueExpiration() public method

public SetPerQueueExpiration ( int milliseconds ) : void
milliseconds int
return void

SetQueueExpiration() public method

public SetQueueExpiration ( int milliseconds ) : void
milliseconds int
return void