CloudSpatialAnchorSessionDiagnostics.CreateManifestAsync(String) Method

Definition

Creates a manifest of log files and submission information to be uploaded.

public:
 System::Threading::Tasks::Task<System::String ^> ^ CreateManifestAsync(System::String ^ description);
public System.Threading.Tasks.Task<string> CreateManifestAsync (string description);
member this.CreateManifestAsync : string -> System.Threading.Tasks.Task<string>
Public Function CreateManifestAsync (description As String) As Task(Of String)

Parameters

description
String

Description to be added to the diagnostics manifest.

Returns

Applies to