ProcessExtensionsWaitForExitAsync Method
Namespace: SuperBuilderWinService.ProvidersImplAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+e5af843a4e6a75a047681ce8b5d33ceb3660e546
public static Task WaitForExitAsync(
this Process process
)
public:
[ExtensionAttribute]
static Task^ WaitForExitAsync(
Process^ process
)
SuperBuilderWinService.ProvidersImpl.ProcessExtensions.WaitForExitAsync = function(process);
- process Process
-
TaskIn 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).