iControl.LocalLBLSNPool.Enddelete_lsn_pool C# (CSharp) Method

Enddelete_lsn_pool() public method

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