|
EvaluateTComputeSliceAsync Method
|
Executes a custom slice computation for the Grafana function.
Namespace: GrafanaAdapters.Functions.BuiltInAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax Remarks
This method is used to support custom slice computations for functions that
need special handling for slice operations. By default, this method will call
ComputeAsync(Parameters, CancellationToken) to perform the computation.
See Also