C# Class Ultralight.Tests.MockListener

Inheritance: IStompListener
Afficher le fichier Open project: ernstnaezer/ultralight

Méthodes publiques

Méthode Description
Start ( ) : void

Start the listener

Stop ( ) : void

Stops this instance.

Method Details

Start() public méthode

Start the listener
public Start ( ) : void
Résultat void

Stop() public méthode

Stops this instance.
public Stop ( ) : void
Résultat void