Click or drag to resize
Grid Solutions Framework

DerivativeTComputeAsync Method

Executes the computation for the Grafana function.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public override IAsyncEnumerable<T> ComputeAsync(
	Parameters parameters,
	CancellationToken cancellationToken
)
View Source

Parameters

parameters  Parameters
Input parameters for the computation.
cancellationToken  CancellationToken
Cancellation token.

Return Value

IAsyncEnumerableT
A sequence of computed data source parameters.

Implements

IGrafanaFunctionTComputeAsync(Parameters, CancellationToken)
See Also