StreamLink.NET  8.0.1-8.0.1-1132-88354a9
 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 should be evaluated on the fields in the cached object (image)
  • after the update is applied to the image, false if it should be evaluated only on
  • the changed fields in the record update.
  • Returns
    The updated IRecordSubscriptionParameters object to permit a fluent style.

Generated on Mon Feb 26 2024 19:57:57 for StreamLink.NET