CloudSpatialAnchorSessionDiagnostics.CreateManifestAsync(String) 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.
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.