iControl.iCallPerpetualHandler.Begindelete_handler C# (CSharp) Method

Begindelete_handler() public method

public Begindelete_handler ( string handlers, System callback, object asyncState ) : System.IAsyncResult
handlers string
callback System
asyncState object
return 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