Arguments to a BeginSnapshot event.

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

Syntax

C#
public class BeginSnapshotEventArgs : QueryEventArgs
Visual Basic
Public Class BeginSnapshotEventArgs _
	Inherits QueryEventArgs
Visual C++
public ref class BeginSnapshotEventArgs : public QueryEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    StreamBase.LiveView.API..::..QueryEventArgs
      StreamBase.LiveView.API..::..BeginSnapshotEventArgs

See Also