Requestor
An application uses a requestor to send a request message and then wait for, and receive, the reply.
- Inheritance hierarchy:
- None
Parent topic: .NET interfaces
Create a requestor.
Close the requestor. If
an application tries to close a requestor that is already closed,
the call is ignored.
Send a request message
and then wait for, and receive, a reply from the application that
receives the request message. A call to this method blocks
until a reply is received or until the session ends, whichever is
the sooner.
Constructors
Constructor
Description
Requestor
Create a requestor.
Requestor - Create Requestor
Requestor(ISession sess, IDestination dest);
Methods
Close - Close Requestor
void Close();
Request - Request Response
IMessage Request(IMessage requestMessage);