C# Class Apache.NMS.ActiveMQ.Commands.MessageDispatch

Inheritance: BaseCommand
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
Equals ( MessageDispatch that ) : bool
Equals ( object that ) : bool
GetDataStructureType ( ) : byte
GetHashCode ( ) : int
ToString ( ) : string
visit ( ICommandVisitor visitor ) : Response

Method Details

Equals() public method

public Equals ( MessageDispatch that ) : bool
that MessageDispatch
return bool

Equals() public method

public Equals ( object that ) : bool
that object
return bool

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

visit() public method

public visit ( ICommandVisitor visitor ) : Response
visitor ICommandVisitor
return Response