iControl.LocalLBDNSCache.Beginget_response_policy_zone C# (CSharp) Method

Beginget_response_policy_zone() public method

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