StreamLink.NET
SetWindow Method (startElementIndex, elementCount)
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionSetWindow(Int32, Int32)
Change the visible window into the container. Call this in order to receive updates for a subset of the contents of the container.
Declaration Syntax
C#Visual BasicVisual C++
void SetWindow(
	int startElementIndex,
	int elementCount
)
Sub SetWindow ( _
	startElementIndex As Integer, _
	elementCount As Integer _
)
void SetWindow(
	int startElementIndex, 
	int elementCount
)
Parameters
startElementIndex (Int32)
Start index of the element.
elementCount (Int32)
The count from the start index.
Remarks
If no start index and element count have been set on the parameters when the object was constructed there is no window set, and so updates will be received for all elements in the container.

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