Binding TryGetExistingAcquiredTransportPerRemoteNode Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Tries to acquire an available client transport to make a call. This method respects binding/transport settings that impose a limit on the number of open concurrent transports and timeouts for acqusition waiting

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual ClientTransport TryGetExistingAcquiredTransportPerRemoteNode(
	Node remoteNode
)

Return Value

Type: ClientTransport
Available acquired transport or null
See Also