forwardSendResendRequestOnEachMessageGap Property    Table of ContentSpecifyLastMsgSeqNumProcessed Property forward
ISession.SendSpinningTimeoutUsec Property
Option to specify 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). The value should not be greater than 1 sec (minimal Heartbeat interval). By default, the option value is zero, therefore the value of the SendSpinningTimeout is used.

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#
int SendSpinningTimeoutUsec { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
EngineExceptionThrown if value is greater than 1 sec.
See Also