iControl.LocalLBDNSZone.Begindelete_zone C# (CSharp) Method

Begindelete_zone() public method

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