C# 클래스 Stomp.Net.Examples.Program

파일 보기 프로젝트 열기: krlito/StompNet

공개 메소드들

메소드 설명
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