C# Class Ultralight.StompClientExtensionMethods

Afficher le fichier Open project: ernstnaezer/ultralight

Méthodes publiques

Méthode Description
IsConnected ( this stompClient ) : bool

Determines whether the specified stomp client is connected.

Method Details

IsConnected() public static méthode

Determines whether the specified stomp client is connected.
public static IsConnected ( this stompClient ) : bool
stompClient this The stomp client.
Résultat bool