forwardFeedEngineSettings Properties   Table of ContentSocketBufferSize Property forward
FeedEngineSettings.DataWaitTime Property
Defines amount of time Feed Engine spends on socket waiting for I/O while running master processing loop. Time is measured in milliseconds. Default value is '10'. Given parameter significantly affects the Handler's responsiveness and load onto CPU!

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public uint DataWaitTime { get; set; }

Property Value

Type: UInt32
See Also