iControl.iCallPerpetualHandler.Begindelete_handler C# (CSharp) 메소드

Begindelete_handler() 공개 메소드

public Begindelete_handler ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_handler(string [] handlers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_handler", new object[] {
            handlers}, callback, asyncState);
        }
iCallPerpetualHandler