C# 클래스 Apache.NMS.ActiveMQ.Commands.MessageId

상속: BaseDataStructure
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( MessageId that ) : bool
that MessageId
리턴 bool

Equals() 공개 메소드

public Equals ( object that ) : bool
that object
리턴 bool

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MessageId() 공개 메소드

public MessageId ( ) : System
리턴 System

MessageId() 공개 메소드

public MessageId ( ProducerId producerId, long producerSequenceId ) : System
producerId ProducerId
producerSequenceId long
리턴 System

MessageId() 공개 메소드

public MessageId ( string value ) : System
value string
리턴 System

SetValue() 공개 메소드

Sets the value as a String
public SetValue ( string messageKey ) : void
messageKey string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string