ServiceBase.ServiceMainCallback(Int32, IntPtr) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Regista o gestor de comandos e inicia o serviço.
public:
void ServiceMainCallback(int argCount, IntPtr argPointer);
[System.Runtime.InteropServices.ComVisible(false)]
public void ServiceMainCallback(int argCount, IntPtr argPointer);
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ServiceMainCallback : int * nativeint -> unit
Public Sub ServiceMainCallback (argCount As Integer, argPointer As IntPtr)
Parâmetros
- argCount
- Int32
O número de argumentos no array de argumentos.
- Atributos