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

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

Méthodes publiques

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

Method Details

Equals() public méthode

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

SessionId() public méthode

public SessionId ( )

SessionId() public méthode

public SessionId ( ConnectionId connectionId, long sessionId )
connectionId ConnectionId
sessionId long

SessionId() public méthode

public SessionId ( ConsumerId consumerId )
consumerId ConsumerId

SessionId() public méthode

public SessionId ( ProducerId producerId )
producerId ProducerId

ToString() public méthode

public ToString ( ) : string
Résultat string