iControl.LocalLBLSNPool.delete_lsn_pool C# (CSharp) Method

delete_lsn_pool() private method

private delete_lsn_pool ( string pools ) : void
pools string
return void
        public void delete_lsn_pool(
		string [] pools
	)
        {
            this.Invoke("delete_lsn_pool", new object [] {
                pools});
        }
LocalLBLSNPool