iControl.NetworkingDNSResolver.Endremove_all_forward_zones C# (CSharp) Method

Endremove_all_forward_zones() public method

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