StreamLink.NET
SetExtendedParameters Method (expr, rule, type)
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionSetExtendedParameters(IFilterExpression, ISortRule, FilteredUpdateType)
Do not call this method, it is deprecated. Use SetExtendedParameters(IFilterExpression, ISortRule). Sets the extended parameters for the container subscription.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Do not call this method, it is deprecated. Use SetExtendedParameters(IFilterExpression expr, ISortRule rule")]
public void SetExtendedParameters(
	IFilterExpression expr,
	ISortRule rule,
	FilteredUpdateType type
)
<ObsoleteAttribute("Do not call this method, it is deprecated. Use SetExtendedParameters(IFilterExpression expr, ISortRule rule")> _
Public Sub SetExtendedParameters ( _
	expr As IFilterExpression, _
	rule As ISortRule, _
	type As FilteredUpdateType _
)
[ObsoleteAttribute(L"Do not call this method, it is deprecated. Use SetExtendedParameters(IFilterExpression expr, ISortRule rule")]
public:
virtual void SetExtendedParameters(
	IFilterExpression^ expr, 
	ISortRule^ rule, 
	FilteredUpdateType type
) sealed
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.
type (FilteredUpdateType)
The type, Snapshot or Live, of subscription for the extened container.
Remarks

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

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