Freigeben über


ISolutionService.GetSolutionTelemetryContextPropertyValuesAsync Method

Definition

Gets solution context related telemetry properties.

public:
 System::Threading::Tasks::ValueTask<System::Collections::Generic::IReadOnlyList<System::String ^> ^> GetSolutionTelemetryContextPropertyValuesAsync(System::Collections::Generic::IReadOnlyList<System::String ^> ^ propertyNames, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyList<string>> GetSolutionTelemetryContextPropertyValuesAsync (System.Collections.Generic.IReadOnlyList<string> propertyNames, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyList<string?>> GetSolutionTelemetryContextPropertyValuesAsync (System.Collections.Generic.IReadOnlyList<string> propertyNames, System.Threading.CancellationToken cancellationToken);
abstract member GetSolutionTelemetryContextPropertyValuesAsync : System.Collections.Generic.IReadOnlyList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.Collections.Generic.IReadOnlyList<string>>
Public Function GetSolutionTelemetryContextPropertyValuesAsync (propertyNames As IReadOnlyList(Of String), cancellationToken As CancellationToken) As ValueTask(Of IReadOnlyList(Of String))

Parameters

propertyNames
IReadOnlyList<String>

Array of solution context telemetry property names.

cancellationToken
CancellationToken

A cancellation token.

Returns

An array of property values.

Applies to