iControl.LocalLBSNAT.Enddelete_all_snats C# (CSharp) Method

Enddelete_all_snats() public method

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