메소드 | 설명 | |
---|---|---|
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.
|
public EventEngine ( Session theSession, ISessionReceiver thecallback ) : System | ||
theSession | Session | |
thecallback | ISessionReceiver | |
리턴 | System |