IProcessStartedCompletionRoutine Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die Abschluss Routine, wenn ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) oder StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) beendet wird.
public interface class IProcessStartedCompletionRoutine
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("823F11ED-10FE-47F4-8B00-0D7AD392F812")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessStartedCompletionRoutine
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("823F11ED-10FE-47F4-8B00-0D7AD392F812")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessStartedCompletionRoutine = interface
Public Interface IProcessStartedCompletionRoutine
- Attribute
Methoden
| OnComplete(Int32, Exception) |
Wird aufgerufen, wenn ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) oder StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) den Start des angeforderten Prozesses beendet. |