forwardReceivingThreadAffinity Property    Table of ContentReconnectAttempts Property forward
Session.ReceivingThreadPriority Property
Gets or sets the priority of the session receiving 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 ReceivingThreadPriority { get; set; }

Property Value

Type: ThreadPriority

Implements

ISession.ReceivingThreadPriority
See Also