C# Класс Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsIncomingPort

Receive the datas
Наследование: Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsPort, IIncomingPort
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Close ( ) : void

Close the Connection

JmsIncomingPort ( string destination, ABridgeExceptionHandling exceptionhandler, String connectorId ) : System

Default constructor

Receive ( ) : string

Waits for a message on the preconfigured queue. Blocks until a message in received or the connection is closed.

Описание методов

Close() публичный Метод

Close the Connection
public Close ( ) : void
Результат void

JmsIncomingPort() публичный Метод

Default constructor
public JmsIncomingPort ( string destination, ABridgeExceptionHandling exceptionhandler, String connectorId ) : System
destination string URL to OpenEngSB
exceptionhandler ABridgeExceptionHandling
connectorId String
Результат System

Receive() публичный Метод

Waits for a message on the preconfigured queue. Blocks until a message in received or the connection is closed.
public Receive ( ) : string
Результат string