ISettingsManagerHost2.GetTelemetrySettingsAsync 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 the serialized telemetry settings from the host, obtained via ITelemetrySession.SerializeSettings. The result may be null if the host has no telemetry session.
public:
System::Threading::Tasks::Task<System::String ^> ^ GetTelemetrySettingsAsync();
public System.Threading.Tasks.Task<string> GetTelemetrySettingsAsync ();
abstract member GetTelemetrySettingsAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetTelemetrySettingsAsync () As Task(Of String)