iControl.NetworkingDNSResolver.Enddelete_dns_resolver C# (CSharp) Method

Enddelete_dns_resolver() public method

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