| 
            
              LocationDataGetLocationData(ListTarget, CancellationToken) Method
             | 
          
        
        
            Queries Grafana data source for location data.
            
        
        Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntaxfunction GetLocationData(request, cancellationToken);
 View SourceParameters
- request  ListTarget
 -  Query request.
 - cancellationToken  CancellationToken
 - Propagates notification from client that operations should be canceled.
 
Return Value
TaskStringJSON serialized location metadata for specified targets.
See Also