forwardSendingThreadAffinity Property    Table of ContentSendingTimeFormat Property forward
Session.SendingThreadPriority Property
Gets or sets the priority of the session sending thread. The default value is set by OS.

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 virtual ThreadPriority SendingThreadPriority { get; set; }

Property Value

Type: ThreadPriority

Implements

ISession.SendingThreadPriority
See Also