iControl.LocalLBDNSCache.Begindelete_all_resource_records C# (CSharp) 메소드

Begindelete_all_resource_records() 공개 메소드

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