ObjectModel.LoadAsync(Byte[]) 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.
Load an object model from a byte array for offline inspection. Note that the returned model cannot be used to create an ObjectQuery, otherwise an will be thrown.
public static System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.ObjectModel> LoadAsync (byte[] buffer);
static member LoadAsync : byte[] -> System.Threading.Tasks.Task<Microsoft.Azure.ObjectAnchors.ObjectModel>
Public Shared Function LoadAsync (buffer As Byte()) As Task(Of ObjectModel)
Parameters
- buffer
- Byte[]
Byte array of an object model blob.