C# 클래스 Org.Apache.Qpid.Messaging.SessionReceiver.EventEngine

EventEngine - wait for messages from the underlying C++ code. When available get them and deliver them via callback to our client through the ISessionReceiver interface. This class consumes the thread that calls the Run() function.
파일 보기 프로젝트 열기: cajus/qpid-cpp-debian 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Function to stop the EventEngine. Private thread will exit within one second.

EventEngine ( Session theSession, ISessionReceiver thecallback ) : System
Open ( ) : void

Function to call Session's nextReceiver, discover messages, and to deliver messages through the callback.

메소드 상세

Close() 공개 메소드

Function to stop the EventEngine. Private thread will exit within one second.
public Close ( ) : void
리턴 void

EventEngine() 공개 메소드

public EventEngine ( Session theSession, ISessionReceiver thecallback ) : System
theSession Session
thecallback ISessionReceiver
리턴 System

Open() 공개 메소드

Function to call Session's nextReceiver, discover messages, and to deliver messages through the callback.
public Open ( ) : void
리턴 void