C# 클래스 CometD.Client.Extension.TimestampExtension

상속: AdapterExtension, IEquatable
파일 보기 프로젝트 열기: nthachus/CometD.NET

공개 메소드들

메소드 설명
Equals ( other ) : bool

Returns a value indicating whether this extension is equal to another TimestampExtension object.

Equals ( IExtension other ) : bool

Returns a value indicating whether this extension is equal to another IExtension object.

Equals ( object obj ) : bool

Returns a value indicating whether this extension is equal to a specified object.

GetHashCode ( ) : int

Returns the hash code for this extension.

Send ( IClientSession session, IMutableMessage message ) : bool

Callback method invoked every time a normal message is being sent.

SendMeta ( IClientSession session, IMutableMessage message ) : bool

Callback method invoked every time a meta message is being sent.

비공개 메소드들

메소드 설명
AddTimestamp ( IMutableMessage message ) : void

메소드 상세

Equals() 공개 메소드

Returns a value indicating whether this extension is equal to another TimestampExtension object.
public Equals ( other ) : bool
리턴 bool

Equals() 공개 메소드

Returns a value indicating whether this extension is equal to another IExtension object.
public Equals ( IExtension other ) : bool
other IExtension
리턴 bool

Equals() 공개 메소드

Returns a value indicating whether this extension is equal to a specified object.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this extension.
public GetHashCode ( ) : int
리턴 int

Send() 공개 메소드

Callback method invoked every time a normal message is being sent.
is null.
public Send ( IClientSession session, IMutableMessage message ) : bool
session IClientSession
message IMutableMessage
리턴 bool

SendMeta() 공개 메소드

Callback method invoked every time a meta message is being sent.
is null.
public SendMeta ( IClientSession session, IMutableMessage message ) : bool
session IClientSession
message IMutableMessage
리턴 bool