forwardSendQueueMaxSize Property    Table of ContentServiceThreadAffinity Property forward
EngineSettings.SendSpinningTimeout Property
Specifies the send spinning timeout (in microseconds) of the Send(Message) method to wait for the socket sending buffer availability in the spin loop mode before placing the message to the outgoing queue (to be sent later by the sending thread). Should not be greater than 1 sec (minimal Heartbeat interval).

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public int SendSpinningTimeout { get; set; }

Property Value

Type: Int32
See Also