iControl.LocalLBDNSCache.Begindelete_all_nameserver_records C# (CSharp) Method

Begindelete_all_nameserver_records() public method

public Begindelete_all_nameserver_records ( string caches, System callback, object asyncState ) : System.IAsyncResult
caches string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_all_nameserver_records(string [] caches, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_nameserver_records", new object[] {
            caches}, callback, asyncState);
        }
LocalLBDNSCache