AmqpCFXEndpointTestChannel Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX.Transport
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic bool TestChannel(
Uri channelUri,
AuthenticationMode authMode,
out Exception error
)
Public Function TestChannel (
channelUri As Uri,
authMode As AuthenticationMode,
<OutAttribute> ByRef error As Exception
) As Boolean
Parameters
- channelUri
- Type: SystemUri
- authMode
- Type: CFX.TransportAuthenticationMode
- error
- Type: SystemException
Return Value
Type:
Boolean
See Also