C# Class Stomp.Net.Examples.Program

Afficher le fichier Open project: krlito/StompNet

Méthodes publiques

Méthode Description
ExampleWriterAndReader ( ) : System.Threading.Tasks.Task

Example to demonstrate STOMP transactions using the StompNet low level API. In this example, a single message is going to be sent to a queue and it will be read from the same queue.

Private Methods

Méthode Description
AssertExpectedCommandFrame ( Frame frame, string expectedFrameCommand ) : bool
Main ( ) : void
MainAsync ( ) : System.Threading.Tasks.Task
WriteTitle ( string str ) : void

Method Details

ExampleWriterAndReader() public static méthode

Example to demonstrate STOMP transactions using the StompNet low level API. In this example, a single message is going to be sent to a queue and it will be read from the same queue.
public static ExampleWriterAndReader ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task