KStudioClient.CreateClientAsync Method

Creates a client asynchronously.

Syntax

public:
static IAsyncOperation<KStudioClient^ >^ CreateClientAsync(
         String^ id,
         String^ name,
         KStudioClientFlags flags
)  

Parameters

id
Type: String 

  The ID of the client.

name
Type: String 

  The name of the client.

flags
Type: KStudioClientFlags 

Flags to control creating the client.

Return value

Type: IAsyncOperation<KStudioClient^ > 

The client, through IAsyncOperation.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members