iControl.GlobalLBPool.set_ttl C# (CSharp) Method

set_ttl() private method

private set_ttl ( string pool_names, long values ) : void
pool_names string
values long
return void
        public void set_ttl(
		string [] pool_names,
		long [] values
	)
        {
            this.Invoke("set_ttl", new object [] {
                pool_names,
                values});
        }
GlobalLBPool