ISolutionService.GetSolutionTelemetryContextPropertyValuesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.