iControl.LocalLBLSNPool.get_zombie_timeout C# (CSharp) Method

get_zombie_timeout() private method

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