ClientEndPoint ReserveTransport Property NFX Class Library

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

Indicates whether transport instance should not be released after a call and be reserved per this endpoint instance. Be carefull when setting this property to true as this action can really impede the system performance as transport is reserved until this property is either reset to false or endpoint instance is disposed. Transport reservation reduces call latency and is mostly beneficial in synchronous bindings. Warning: client endpoint with reserved transport is NOT THREAD SAFE for making parallel calls! Set this property to true only when latency is very critical and only 1 dedicated thread is working with this client endpoint instance

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

public bool ReserveTransport { get; set; }

Property Value

Type: OnlineBoolean
See Also