C# Class HareDu.Internal.ArgumentsImpl

Inheritance: Arguments
Afficher le fichier Open project: ahives/HareDu Class Usage Examples

Méthodes publiques

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

public ArgumentsImpl ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Set() public méthode

public Set ( string arg, bool value ) : void
arg string
value bool
Résultat void

Set() public méthode

public Set ( string arg, int value ) : void
arg string
value int
Résultat void

Set() public méthode

public Set ( string arg, long value ) : void
arg string
value long
Résultat void

Set() public méthode

public Set ( string arg, string value ) : void
arg string
value string
Résultat void

SetAlternateExchange() public méthode

public SetAlternateExchange ( string exchange ) : void
exchange string
Résultat void

SetDeadLetterExchange() public méthode

public SetDeadLetterExchange ( string exchange ) : void
exchange string
Résultat void

SetDeadLetterExchangeRoutingKey() public méthode

public SetDeadLetterExchangeRoutingKey ( string routingKey ) : void
routingKey string
Résultat void

SetPerQueueExpiration() public méthode

public SetPerQueueExpiration ( int milliseconds ) : void
milliseconds int
Résultat void

SetQueueExpiration() public méthode

public SetQueueExpiration ( int milliseconds ) : void
milliseconds int
Résultat void