iControl.LocalLBDNSExpress.Begindelete_zone C# (CSharp) Méthode

Begindelete_zone() public méthode

public Begindelete_zone ( string zones, System callback, object asyncState ) : System.IAsyncResult
zones string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begindelete_zone(string [] zones, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_zone", new object[] {
            zones}, callback, asyncState);
        }
LocalLBDNSExpress