iControl.LocalLBDNSCache.Beginadd_dlv_anchor C# (CSharp) Method

Beginadd_dlv_anchor() public method

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