iControl.LocalLBDNSCache.Endremove_root_hint C# (CSharp) Method

Endremove_root_hint() public method

public Endremove_root_hint ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_root_hint(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBDNSCache