StreamLink for Silverlight
CreateContainerSubscriptionParameters Method (windowStartIndex, windowSize, recordSubscriptionParameters)
StreamLink for SilverlightCaplin.StreamLinkIParametersFactoryCreateContainerSubscriptionParameters(Int32, Int32, IRecordSubscriptionParameters)
Creates parameters for a container subscription specifying the window range of the container, the fields to be requested, and/or an update filter.
Declaration Syntax
C#Visual BasicVisual C++
IContainerSubscriptionParameters CreateContainerSubscriptionParameters(
	int windowStartIndex,
	int windowSize,
	IRecordSubscriptionParameters recordSubscriptionParameters
)
Function CreateContainerSubscriptionParameters ( _
	windowStartIndex As Integer, _
	windowSize As Integer, _
	recordSubscriptionParameters As IRecordSubscriptionParameters _
) As IContainerSubscriptionParameters
IContainerSubscriptionParameters^ CreateContainerSubscriptionParameters(
	int windowStartIndex, 
	int windowSize, 
	IRecordSubscriptionParameters^ recordSubscriptionParameters
)
Parameters
windowStartIndex (Int32)
The start index of the window. This is the position in the container of the first element (RTTP subject) to be returned in the window. The first element in the container has index value zero.
windowSize (Int32)
The size of the window (number of elements).
recordSubscriptionParameters (IRecordSubscriptionParameters)
The record subscription parameters for the records in the container, specifying the fields to be requested and/or an update filter.
Return Value
The container subscription parameters.
Remarks
To obtain a suitable instance of IRecordSubscriptionParameters, use an appropriate CreateRecordSubscriptionParameters() method of IParametersFactory.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)