Click or drag to resize
Grid Solutions Framework

LocationData.GetLocationData(List<Target> , CancellationToken) Method

Queries Grafana data source for location data.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
public Task<string> GetLocationData(
	List<Target> request,
	CancellationToken cancellationToken
)
View Source

Parameters

request  List<Target>
Query request.
cancellationToken  CancellationToken
Propagates notification from client that operations should be canceled.

Return Value

Task<String>
JSON serialized location metadata for specified targets.
See Also