Binding ReleaseClientTransportAfterCall Method NFX Class Library

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

Releases a transport instance that was acquired for call. The implementation may return this instance back to the pool of available transports or deallocate it. The default implementation releases the instance back to the pool

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

protected internal virtual void ReleaseClientTransportAfterCall(
	ClientTransport transport
)
See Also