C# 클래스 Apache.NMS.ActiveMQ.Commands.MessageDispatch

상속: BaseCommand
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( MessageDispatch that ) : bool
Equals ( object that ) : bool
GetDataStructureType ( ) : byte
GetHashCode ( ) : int
ToString ( ) : string
visit ( ICommandVisitor visitor ) : Response

메소드 상세

Equals() 공개 메소드

public Equals ( MessageDispatch that ) : bool
that MessageDispatch
리턴 bool

Equals() 공개 메소드

public Equals ( object that ) : bool
that object
리턴 bool

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

visit() 공개 메소드

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
리턴 Response