StreamLink for Silverlight
Parameters Property
StreamLink for SilverlightCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionParameters
Gets the container parameters. Use this property in preference to the Parameters property inherited from ISubscription.
Declaration Syntax
C#Visual BasicVisual C++
public IContainerSubscriptionParameters Parameters { get; }
Public ReadOnly Property Parameters As IContainerSubscriptionParameters
public:
virtual property IContainerSubscriptionParameters^ Parameters {
	IContainerSubscriptionParameters^ get () sealed;
}
Value
The parameters that reflect the state of the IContainerSubscription at this time.
Remarks
If the SetWindow(Int32, Int32) method has been called, the values within the parameters returned will reflect the current state of the IContainerSubscription.

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