Return the time when this snapshot was taken. It is the timestamp of the first tuple of this snapshot.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Timestamp GetTimestamp()
Public Function GetTimestamp As Timestamp
public:
Timestamp^ GetTimestamp()

Return Value

Timestamp of when this snapshot was taken.

See Also