iControl.LocalLBDNSCache.Beginremove_response_policy_zone C# (CSharp) Method

Beginremove_response_policy_zone() public method

public Beginremove_response_policy_zone ( 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_response_policy_zone(string [] caches,string [] [] zones, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_response_policy_zone", new object[] {
            caches,
            zones}, callback, asyncState);
        }
LocalLBDNSCache