C# Class Ultralight.Listeners.StompInMemoryClient

Inheritance: IStompClient
Afficher le fichier Open project: ernstnaezer/ultralight Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
CompareTo ( IStompClient other ) : int
Equals ( StompInMemoryClient other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Send ( StompMessage message ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CompareTo() public méthode

public CompareTo ( IStompClient other ) : int
other IStompClient
Résultat int

Equals() public méthode

public Equals ( StompInMemoryClient other ) : bool
other StompInMemoryClient
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Send() public méthode

public Send ( StompMessage message ) : void
message StompMessage
Résultat void