Click or drag to resize
Grid Solutions Framework

LocationDataGetLocationData(ListTarget, 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  ListTarget
Query request.
cancellationToken  CancellationToken
Propagates notification from client that operations should be canceled.

Return Value

TaskString
JSON serialized location metadata for specified targets.
See Also