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

server is the class that users instantiate to connect a SessionReceiver callback to the stream of received messages received on a Session.
파일 보기 프로젝트 열기: cajus/qpid-cpp-debian 1 사용 예제들

공개 메소드들

메소드 설명
CallbackServer ( Session session, ISessionReceiver callback ) : System

Constructor for the server.

Close ( ) : void

Function to stop the server.

메소드 상세

CallbackServer() 공개 메소드

Constructor for the server.
public CallbackServer ( Session session, ISessionReceiver callback ) : System
session Session The Session whose messages are collected.
callback ISessionReceiver The user function call with each message.
리턴 System

Close() 공개 메소드

Function to stop the server.
public Close ( ) : void
리턴 void