RPScreenRecorder.StopCaptureAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Arrête l’enregistrement de l’écran et de l’audio.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task StopCaptureAsync ();
abstract member StopCaptureAsync : unit -> System.Threading.Tasks.Task
override this.StopCaptureAsync : unit -> System.Threading.Tasks.Task
Retours
Tâche qui représente l’opération StopCapture asynchrone
- Attributs
Remarques
La méthode StopCaptureAsync convient pour être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.