iControl.LocalLBLSNPool.get_block_lifetime C# (CSharp) Method

get_block_lifetime() private method

private get_block_lifetime ( string pools ) : long[]
pools string
return long[]
        public long[] get_block_lifetime(
		string [] pools
	)
        {
            object [] results = this.Invoke("get_block_lifetime", new object [] {
                pools});
            return ((long [])(results[0]));
        }
LocalLBLSNPool