Click or drag to resize
ISnapshotRequester Interface
Requester for easy synchronous snapshot requests.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public interface ISnapshotRequester : IDisposable

The ISnapshotRequester type exposes the following members.

Methods
  NameDescription
Public methodQuery
Request table information and return as a DataSet.
Public methodQueryText
Request text information.
Top
See Also