iControl.LocalLBDNSCache.Beginget_root_hint C# (CSharp) Method

Beginget_root_hint() public method

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