CloudSpatialAnchorSessionDiagnostics.SubmitManifestAsync(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.
Submits a diagnostics manifest and cleans up its resources.
public:
System::Threading::Tasks::Task ^ SubmitManifestAsync(System::String ^ manifestPath);
public System.Threading.Tasks.Task SubmitManifestAsync (string manifestPath);
member this.SubmitManifestAsync : string -> System.Threading.Tasks.Task
Public Function SubmitManifestAsync (manifestPath As String) As Task
Parameters
- manifestPath
- String
Path to the manifest file to submit.