ServiceBase.ServiceMainCallback(Int32, IntPtr) 메서드

정의

명령 처리기를 등록하고 서비스를 시작합니다.

public:
 void ServiceMainCallback(int argCount, IntPtr argPointer);
public void ServiceMainCallback (int argCount, IntPtr argPointer);
[System.Runtime.InteropServices.ComVisible(false)]
public void ServiceMainCallback (int argCount, IntPtr argPointer);
member this.ServiceMainCallback : int * nativeint -> unit
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ServiceMainCallback : int * nativeint -> unit
Public Sub ServiceMainCallback (argCount As Integer, argPointer As IntPtr)

매개 변수

argCount
Int32

인수 배열에 들어 있는 인수의 수입니다.

argPointer
IntPtr

nativeint

인수 배열을 가리키는 IntPtr 구조체입니다.

특성

적용 대상