iControl.LocalLBDNSCache.Beginget_response_policy_zone C# (CSharp) Méthode

Beginget_response_policy_zone() public méthode

public Beginget_response_policy_zone ( string caches, System callback, object asyncState ) : System.IAsyncResult
caches string
callback System
asyncState object
Résultat 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