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

Inheritance: BaseDataStructure
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
ConsumerId ( )
ConsumerId ( SessionId sessionId, long consumerId )
Equals ( ConsumerId that ) : bool
Equals ( object that ) : bool
GetDataStructureType ( ) : byte
GetHashCode ( ) : int
ToString ( ) : string

Method Details

ConsumerId() public méthode

public ConsumerId ( )

ConsumerId() public méthode

public ConsumerId ( SessionId sessionId, long consumerId )
sessionId SessionId
consumerId long

Equals() public méthode

public Equals ( ConsumerId that ) : bool
that ConsumerId
Résultat bool

Equals() public méthode

public Equals ( object that ) : bool
that object
Résultat bool

GetDataStructureType() public méthode

public GetDataStructureType ( ) : byte
Résultat byte

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string