StreamLink.NET  7.1.6-7.1.6-3952-ee12172
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.IFreeFormSubscriptionParameters Interface Reference

A FreeFormSubscriptionParameters instance allows you to pass parameters to subscriptions for subject types that are not records or containers. More...

Inheritance diagram for Caplin.StreamLink.IFreeFormSubscriptionParameters:
Caplin.StreamLink.ISubscriptionParameters

Public Member Functions

Caplin.StreamLink.IFreeFormSubscriptionParameters SetParameters (string parameters)
 Sets the parameters using a free-form string. More...
 

Detailed Description

A FreeFormSubscriptionParameters instance allows you to pass parameters to subscriptions for subject types that are not records or containers.

To create an instance of FreeFormSubscriptionParameters call the IStreamLink.CreateFreeFormSubscriptionParameters method.

In this version of StreamLink, FreeFormSubscriptionParameters can be used to define filter expressions for filtering news headlines. For more information about news headlines, and the syntax and rules for defining news filter expressions, see the "News filtering" section of the StreamLink Overview.

Member Function Documentation

Caplin.StreamLink.IFreeFormSubscriptionParameters Caplin.StreamLink.IFreeFormSubscriptionParameters.SetParameters ( string  parameters)

Sets the parameters using a free-form string.

  • Parameters
    parametersThe parameters.
  • Returns
    The updated FreeFormSubscriptionParameters instance (to permit a fluent programming style).

Generated on Tue Apr 28 2020 06:25:30 for StreamLink.NET