iControl.LocalLBDNSCache.Beginremove_all_nameservers C# (CSharp) Method

Beginremove_all_nameservers() public method

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