AmqpCFXEndpointTestChannel Method |
Tests if the specified network address is capable of establishing an AMQP connection from this endpoint.
Namespace: CFX.TransportAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic bool TestChannel(
Uri channelUri,
out Exception error,
string virtualHostName = null
)
Public Function TestChannel (
channelUri As Uri,
<OutAttribute> ByRef error As Exception,
Optional virtualHostName As String = Nothing
) As Boolean
Parameters
- channelUri Uri
- The network address of the target channel.
- error Exception
- In the case of an error, returns information about the nature of the error.
- virtualHostName String (Optional)
- The name of the virtual host at the destination endpoint. Default is null for default virtual host.
Return Value
Boolean
See Also