C# 클래스 HareDu.Internal.QueueBehaviorImpl

상속: QueueBehavior
파일 보기 프로젝트 열기: ahives/HareDu

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AutoDeleteWhenNotInUse ( ) : void
IsDurable ( ) : void
OnNode ( string nodeName ) : void
QueueBehaviorImpl ( ) : System
WithArguments ( Action arg ) : void
WithArguments ( object>.Dictionary args ) : void

메소드 상세

AutoDeleteWhenNotInUse() 공개 메소드

public AutoDeleteWhenNotInUse ( ) : void
리턴 void

IsDurable() 공개 메소드

public IsDurable ( ) : void
리턴 void

OnNode() 공개 메소드

public OnNode ( string nodeName ) : void
nodeName string
리턴 void

QueueBehaviorImpl() 공개 메소드

public QueueBehaviorImpl ( ) : System
리턴 System

WithArguments() 공개 메소드

public WithArguments ( Action arg ) : void
arg Action
리턴 void

WithArguments() 공개 메소드

public WithArguments ( object>.Dictionary args ) : void
args object>.Dictionary
리턴 void