StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.IRecordSubscriptionParameters Interface Reference

Defines the parameters used for Record subscriptions. More...

Inheritance diagram for Caplin.StreamLink.IRecordSubscriptionParameters:
Caplin.StreamLink.ISubscriptionParameters Caplin.StreamLink.IContainerSubscriptionParameters

Public Member Functions

Caplin.StreamLink.IRecordSubscriptionParameters SetFields (IList< string > fields)
 Sets the record fields that will be requested when a subscription is made using these parameters. More...
 
Caplin.StreamLink.IRecordSubscriptionParameters SetFilter (string filter, bool isImage)
 Sets the filter that restricts the the information returned by the subscription. The filtering is More...
 

Detailed Description

Defines the parameters used for Record subscriptions.

To create an instance of RecordSubscriptionParameters, use the IStreamLink.CreateRecordSubscriptionParameters method.

Member Function Documentation

Caplin.StreamLink.IRecordSubscriptionParameters Caplin.StreamLink.IRecordSubscriptionParameters.SetFields ( IList< string >  fields)

Sets the record fields that will be requested when a subscription is made using these parameters.

  • If no fields are defined, then your ISubscriptionListener
  • receives all fields that are available for the subject.
Caplin.StreamLink.IRecordSubscriptionParameters Caplin.StreamLink.IRecordSubscriptionParameters.SetFilter ( string  filter,
bool  isImage 
)

Sets the filter that restricts the the information returned by the subscription. The filtering is

  • * performed by the Liberator, rather than the client, so that bandwidth and client side processing
  • are reduced.
  • For more details on the format of the filter string, please see the StreamLink Overview document.
  • Parameters
    filterThe filter string.
  • Parameters
    isImagetrue if the filter string should only be applied to the initial record data (image) supplied in response to the subscription request, false if the filter string should be applied to the initial record and every subsequent update.
  • Returns
    The updated IRecordSubscriptionParameters object to permit a fluent style.

Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET