Show / Hide Table of Contents

Delegate QueryTableSnapshotHandler

Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public delegate void QueryTableSnapshotHandler(IQueryTable table, ITableSnapshot snapshot);
Parameters
Type Name Description
IQueryTable table
ITableSnapshot snapshot
Back to top Generated by DocFX