ProcessExtensionsWaitForExitAsync Method

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public static Task WaitForExitAsync(
	this Process process
)

Parameters

process  Process

[Missing <param name="process"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ProcessExtensions.WaitForExitAsync(System.Diagnostics.Process)"]

Return Value

Task

[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.ProcessExtensions.WaitForExitAsync(System.Diagnostics.Process)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Process. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also