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.
Показать файл Открыть проект Примеры использования класса

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

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