C# 클래스 HareDu.Internal.ArgumentsImpl

상속: Arguments
파일 보기 프로젝트 열기: ahives/HareDu 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ArgumentsImpl() 공개 메소드

public ArgumentsImpl ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Set() 공개 메소드

public Set ( string arg, bool value ) : void
arg string
value bool
리턴 void

Set() 공개 메소드

public Set ( string arg, int value ) : void
arg string
value int
리턴 void

Set() 공개 메소드

public Set ( string arg, long value ) : void
arg string
value long
리턴 void

Set() 공개 메소드

public Set ( string arg, string value ) : void
arg string
value string
리턴 void

SetAlternateExchange() 공개 메소드

public SetAlternateExchange ( string exchange ) : void
exchange string
리턴 void

SetDeadLetterExchange() 공개 메소드

public SetDeadLetterExchange ( string exchange ) : void
exchange string
리턴 void

SetDeadLetterExchangeRoutingKey() 공개 메소드

public SetDeadLetterExchangeRoutingKey ( string routingKey ) : void
routingKey string
리턴 void

SetPerQueueExpiration() 공개 메소드

public SetPerQueueExpiration ( int milliseconds ) : void
milliseconds int
리턴 void

SetQueueExpiration() 공개 메소드

public SetQueueExpiration ( int milliseconds ) : void
milliseconds int
리턴 void