iControl.iCallPerpetualHandler.Begindelete_handler C# (CSharp) Méthode

Begindelete_handler() public méthode

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