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

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

Méthodes publiques

Méthode Description
Equals ( MessageId that ) : bool
Equals ( object that ) : bool
GetDataStructureType ( ) : byte
GetHashCode ( ) : int
MessageId ( ) : System
MessageId ( ProducerId producerId, long producerSequenceId ) : System
MessageId ( string value ) : System
SetValue ( string messageKey ) : void

Sets the value as a String

ToString ( ) : string

Method Details

Equals() public méthode

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

MessageId() public méthode

public MessageId ( ) : System
Résultat System

MessageId() public méthode

public MessageId ( ProducerId producerId, long producerSequenceId ) : System
producerId ProducerId
producerSequenceId long
Résultat System

MessageId() public méthode

public MessageId ( string value ) : System
value string
Résultat System

SetValue() public méthode

Sets the value as a String
public SetValue ( string messageKey ) : void
messageKey string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string