AmqpCFXEndpointExecuteRequest Method |
Performs a direct, point-to-point request/response transaction with another CFX Endpoint.
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic CFXEnvelope ExecuteRequest(
string targetUri,
CFXEnvelope request
)
Public Function ExecuteRequest (
targetUri As String,
request As CFXEnvelope
) As CFXEnvelope
Parameters
- targetUri String
- The network address of the Endpoint to which the request will be sent.
May use amqp:// or amqps:// topic (amqps for secure communications).
May also include user information (for authentication), as well as a custom TCP port.
- request CFXEnvelope
- A CFX envelope containing the request.
Return Value
CFXEnvelopeA CFX envelope containing the response from the Endpoint.
See Also