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

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

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( ProducerId that ) : bool
that ProducerId
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

ProducerId() public méthode

public ProducerId ( ) : System
Résultat System

ProducerId() public méthode

public ProducerId ( SessionId sessionId, long consumerId ) : System
sessionId SessionId
consumerId long
Résultat System

ProducerId() public méthode

public ProducerId ( string producerKey ) : System
producerKey string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string