KStudioClient.OpenEventFileAsync Method

Opens an event file.

Syntax

public:
IAsyncOperation<IKStudioEventFile^ >^ OpenEventFileAsync(
         String^ filePath
)  

Parameters

filePath
Type: String 

 The file path.

Return value

Type: IAsyncOperation<IKStudioEventFile^ > 

The event file.

Remarks

In order to open a remote file, the client needs to be connected to the service.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioClient Class

KStudioClient Members

Microsoft.Kinect.Tools Namespace