iControl.LocalLBDNSCache.Beginremove_all_response_policy_zones C# (CSharp) Method

Beginremove_all_response_policy_zones() public method

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