The monotonically increasing generation number for the just completed generation of aggregate results

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)

Syntax

         
 C#  Visual Basic  Visual C++ 
public long Generation { get; internal set; }
Public Property Generation As Long
	Get
	Friend Set
public:
property long long Generation {
	long long get ();
	internal: void set (long long value);
}

See Also