Share via


SenseRecorder.StartAsync Method

Starts recording

Namespace: Lumia.Sense.Testing
Assembly: Lumia.Sense.Testing (in Lumia.Sense.Testing.dll) Version: 255.255.255.255

Syntax

public IAsyncAction StartAsync()
'Declaration
Public Function StartAsync As IAsyncAction
public:
virtual IAsyncAction^ StartAsync() sealed
function StartAsync();

Return Value

Type: IAsyncAction
Asynchronous task

Exceptions

Exception Condition
COMException All errors are thrown as instances of COMException. To get details about the error pass the HResult property of the exception to GetSenseError(Int32). This method can return the following SenseError enumeration values: GeneralFailure

See Also

SenseRecorder Class

SenseRecorder.SenseRecorder Members

Lumia.Sense.Testing Namespace