iControl.LocalLBLSNPool.delete_lsn_pool C# (CSharp) 메소드

delete_lsn_pool() 개인적인 메소드

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