Click or drag to resize
Grid Solutions Framework

MedianTComputeDataSourceValueComputeAsync Method

Executes the computation for the Grafana function.

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

Parameters

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

Return Value

IAsyncEnumerableDataSourceValue
A sequence of computed data source parameters.

Implements

IGrafanaFunctionTComputeAsync(Parameters, CancellationToken)
See Also