IProcessStartedCompletionRoutine Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define a rotina de conclusão quando ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) ou StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) termina.
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
- Atributos
Métodos
| OnComplete(Int32, Exception) |
Chamado quando ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) ou StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) termina o início do processo solicitado. |