StreamLink.NET
SetExtendedParameters Method (expr, rule, type)
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerIExtendedContainerSubscriptionSetExtendedParameters(IFilterExpression, ISortRule, FilteredUpdateType)
Do not call this method as it is deprecated, use SetExtendedParameters(IFilterExpression, ISortRule) instead. Sets the extended parameters for the container subscription.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Do not call this method as it is deprecated, use SetExtendedParameters(IFilterExpression expr, ISortRule rule) instead.")]
void SetExtendedParameters(
	IFilterExpression expr,
	ISortRule rule,
	FilteredUpdateType type
)
<ObsoleteAttribute("Do not call this method as it is deprecated, use SetExtendedParameters(IFilterExpression expr, ISortRule rule) instead.")> _
Sub SetExtendedParameters ( _
	expr As IFilterExpression, _
	rule As ISortRule, _
	type As FilteredUpdateType _
)
[ObsoleteAttribute(L"Do not call this method as it is deprecated, use SetExtendedParameters(IFilterExpression expr, ISortRule rule) instead.")]
void SetExtendedParameters(
	IFilterExpression^ expr, 
	ISortRule^ rule, 
	FilteredUpdateType type
)
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 willl not be applied until after Subscribe()()() is called.

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