C# Класс Stomp.Net.Examples.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
AssertExpectedCommandFrame ( Frame frame, string expectedFrameCommand ) : bool
Main ( ) : void
MainAsync ( ) : System.Threading.Tasks.Task
WriteTitle ( string str ) : void

Описание методов

ExampleWriterAndReader() публичный статический Метод

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
Результат System.Threading.Tasks.Task