StreamLink for Silverlight
CreateRecordSubscriptionParameters Method
StreamLink for SilverlightCaplin.StreamLinkIParametersFactoryCreateRecordSubscriptionParameters()()()
Creates default parameters for a record subscription. All fields of the record will be subscribed to with no filtering (see Remarks).
Declaration Syntax
C#Visual BasicVisual C++
IRecordSubscriptionParameters CreateRecordSubscriptionParameters()
Function CreateRecordSubscriptionParameters As IRecordSubscriptionParameters
IRecordSubscriptionParameters^ CreateRecordSubscriptionParameters()
Return Value
The parameters required to make a record subscription (see Remarks).
Remarks
When a subscription is made using the IRecordSubscriptionParameters, returned by this method, all fields in the record are subscribed to, so the application is subsequently supplied with updates to any of the fields in the record with no filtering applied.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.13.0 (5.0.13.0)