Click or drag to resize

AmqpCFXEndpointExecuteRequestAsync Method

Performs a direct, point-to-point request/response transaction with another CFX Endpoint.

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public Task<CFXEnvelope> ExecuteRequestAsync(
	string targetUri,
	CFXEnvelope request
)

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

TaskCFXEnvelope
A CFX envelope containing the response from the Endpoint.
See Also