Share via


RPScreenRecorder.StopCaptureAsync Method

Definition

Stops screen and audio recording.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public System.Threading.Tasks.Task StopCaptureAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.StopCaptureAsync : unit -> System.Threading.Tasks.Task

Returns

A task that represents the asynchronous StopCapture operation

Attributes

Remarks

The StopCaptureAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to