StreamLink for Silverlight
WindowSize Property
StreamLink for SilverlightCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionWindowSize
Gets the number of elements in the container window.
Declaration Syntax
C#Visual BasicVisual C++
public int WindowSize { get; }
Public ReadOnly Property WindowSize As Integer
public:
virtual property int WindowSize {
	int get () sealed;
}
Value
The number of elements in the window. If no window has been set (not set when the IContainerSubscriptionParameters was created or there has been no previous call to SetWindow(Int32, Int32)) , the value will be MinValue.

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