C# Class ttaenc.ProcessExtensions

Afficher le fichier Open project: sidiandi/ttaudio

Méthodes publiques

Méthode Description
WaitForExitAsync ( this process, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Waits asynchronously for the process to exit.

Method Details

WaitForExitAsync() public static méthode

Waits asynchronously for the process to exit.
public static WaitForExitAsync ( this process, CancellationToken cancellationToken = default(CancellationToken) ) : Task
process this The process to wait for cancellation.
cancellationToken System.Threading.CancellationToken A cancellation token. If invoked, the task will return /// immediately as canceled and the process will be killed.
Résultat Task