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: 2.2.8.5956 (2.2.8.5956)

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