FaceTracker.CreateAsync 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 new instance of the FaceTracker class.
public:
static IAsyncOperation<FaceTracker ^> ^ CreateAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<FaceTracker> CreateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FaceTracker> CreateAsync();
function createAsync()
Public Shared Function CreateAsync () As IAsyncOperation(Of FaceTracker)
Returns
An asynchronous operation that returns a FaceTracker instance upon successful completion.
- Attributes