iControl.LocalLBNATV2.Enddelete_all_nats C# (CSharp) Method

Enddelete_all_nats() public method

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