StreamLink.NET
SetExtendedParameters Method (expr, rule)
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerIExtendedContainerSubscriptionSetExtendedParameters(IFilterExpression, ISortRule)
Sets the extended parameters for the container subscription.
Declaration Syntax
C#Visual BasicVisual C++
void SetExtendedParameters(
	IFilterExpression expr,
	ISortRule rule
)
Sub SetExtendedParameters ( _
	expr As IFilterExpression, _
	rule As ISortRule _
)
void SetExtendedParameters(
	IFilterExpression^ expr, 
	ISortRule^ rule
)
Parameters
expr (IFilterExpression)
An expression that filters the records in the container, or null if there is no filter expression.
rule (ISortRule)
A rule that defines how to sort the records in the container, or null if there is no sort rule.
Remarks

If this method is called after Subscribe()()() the extended parameters will be applied to the container subscription immediately, otherwise they willl not be applied until after Subscribe()()() is called.

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