Show / Hide Table of Contents

Delegate QueryTableUpdateHandler

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