iControl.LocalLBSNATPool.Enddelete_snat_pool C# (CSharp) Method

Enddelete_snat_pool() public method

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