StreamLink.NET
WindowSize Property
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionWindowSize
Gets the number of elements in the container window.
Declaration Syntax
C#Visual BasicVisual C++
int WindowSize { get; }
ReadOnly Property WindowSize As Integer
property int WindowSize {
	int get ();
}
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 (Module: Caplin.StreamLink) Version: 5.0.14.0 (5.0.14.0)