StreamLink.NET
CreatePageSubscriptionParameters Method (rows)
StreamLink.NETCaplin.StreamLinkIParametersFactoryCreatePageSubscriptionParameters(IList<(Of <(Int32>)>))
Creates Parameters for creating a new Page on the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
IPageSubscriptionParameters CreatePageSubscriptionParameters(
	IList<int> rows
)
Function CreatePageSubscriptionParameters ( _
	rows As IList(Of Integer) _
) As IPageSubscriptionParameters
IPageSubscriptionParameters^ CreatePageSubscriptionParameters(
	IList<int>^ rows
)
Parameters
rows (IList<(Of <(Int32>)>))
The list of rows to subscibe to
Return Value
The Parameters required to create the Page.

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