iControl.LocalLBDNSCache.Beginremove_all_response_policy_zones C# (CSharp) Метод

Beginremove_all_response_policy_zones() публичный Метод

public Beginremove_all_response_policy_zones ( string caches, System callback, object asyncState ) : System.IAsyncResult
caches string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_all_response_policy_zones(string [] caches, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_response_policy_zones", new object[] {
            caches}, callback, asyncState);
        }
LocalLBDNSCache