Arguments to a BeginSnapshot event.

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

Collapse imageSyntax

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

Collapse imageMembers

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object) (Inherited from Object.)
Fields
The list of Schema..::..Field objects that will be used in this query.
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)

Collapse imageInheritance Hierarchy

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

Collapse imageSee Also