iControl.SystemHAGroup.set_pool_attribute C# (CSharp) Method

set_pool_attribute() private method

private set_pool_attribute ( string ha_groups, string pools, SystemHAGroupHAGroupPoolAttribute attributes ) : void
ha_groups string
pools string
attributes SystemHAGroupHAGroupPoolAttribute
return void
        public void set_pool_attribute(
		string [] ha_groups,
		string [] [] pools,
		SystemHAGroupHAGroupPoolAttribute [] [] attributes
	)
        {
            this.Invoke("set_pool_attribute", new object [] {
                ha_groups,
                pools,
                attributes});
        }
SystemHAGroup