iControl.LocalLBDNSCache.Beginget_response_policy_zone_action C# (CSharp) Method

Beginget_response_policy_zone_action() public method

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