C# Class CometD.Client.Extension.TimestampExtension

Inheritance: AdapterExtension, IEquatable
Afficher le fichier Open project: nthachus/CometD.NET

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
AddTimestamp ( IMutableMessage message ) : void

Method Details

Equals() public méthode

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

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

Returns the hash code for this extension.
public GetHashCode ( ) : int
Résultat int

Send() public méthode

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

SendMeta() public méthode

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