C# Class Ultralight.Listeners.StompInMemoryClient

Inheritance: IStompClient
Datei anzeigen Open project: ernstnaezer/ultralight Class Usage Examples

Public Methods

Method 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 method

public Close ( ) : void
return void

CompareTo() public method

public CompareTo ( IStompClient other ) : int
other IStompClient
return int

Equals() public method

public Equals ( StompInMemoryClient other ) : bool
other StompInMemoryClient
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Send() public method

public Send ( StompMessage message ) : void
message StompMessage
return void