StreamLink for Silverlight
SetWindow Method (windowStartIndex, windowSize)
StreamLink for SilverlightCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionSetWindow(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++
void SetWindow(
	int windowStartIndex,
	int windowSize
)
Sub SetWindow ( _
	windowStartIndex As Integer, _
	windowSize As Integer _
)
void SetWindow(
	int windowStartIndex, 
	int windowSize
)
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.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.19.0 (5.0.19.0)