Share via


SenseRecorder.StopAsync Method

Stops recording

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

Syntax

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

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