StreamLink.NET
SetWindow Method (windowStartIndex, windowSize)
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionSetWindow(Int32, Int32)
Changes the window into the container. Call this method to receive updates for a subset of the container elements.
Declaration Syntax
C#Visual BasicVisual C++
public void SetWindow(
	int windowStartIndex,
	int windowSize
)
Public Sub SetWindow ( _
	windowStartIndex As Integer, _
	windowSize As Integer _
)
public:
virtual void SetWindow(
	int windowStartIndex, 
	int windowSize
) sealed
Parameters
windowStartIndex (Int32)
Start index of the first element in the window.
windowSize (Int32)
The number of elements in the window.
Remarks
If no start index and window size have been set on the parameters when the object was constructed, there is no window set, so updates can be received for any of the elements in the container.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.22.0 (5.0.22.0)