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

Beginremove_all_dlv_anchors() 공개 메소드

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