XRAnchorTransferBatch.ImportAsync(Stream) 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.
Imports the provided Stream into an XRAnchorTransferBatch.
public static System.Threading.Tasks.Task<Microsoft.MixedReality.OpenXR.XRAnchorTransferBatch> ImportAsync (System.IO.Stream inputStream);
static member ImportAsync : System.IO.Stream -> System.Threading.Tasks.Task<Microsoft.MixedReality.OpenXR.XRAnchorTransferBatch>
Public Shared Function ImportAsync (inputStream As Stream) As Task(Of XRAnchorTransferBatch)
Parameters
- inputStream
- Stream
The streamed data representing the result of a call to ExportAsync(XRAnchorTransferBatch). This stream must be readable.
Returns
A task which, when completed, will contain the resulting XRAnchorTransferBatch, or null if the import was unsuccessful.