RPScreenRecorder.StopRecordingAsync 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 et exécute un gestionnaire lorsque l’enregistrement s’arrête.
public virtual System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController> StopRecordingAsync ();
abstract member StopRecordingAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController>
override this.StopRecordingAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController>
Retours
Tâche qui représente l’opération StopRecording asynchrone. La valeur du paramètre TResult est de type System.Action<ReplayKit.RPPreviewViewController,Foundation.NSError>.