iControl.LocalLBDNSCache.Beginget_response_policy_zone_walled_garden C# (CSharp) Method

Beginget_response_policy_zone_walled_garden() public method

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