iControl.SystemHAGroup.set_cluster_attribute_threshold C# (CSharp) 메소드

set_cluster_attribute_threshold() 개인적인 메소드

private set_cluster_attribute_threshold ( string ha_groups, string clusters, long thresholds ) : void
ha_groups string
clusters string
thresholds long
리턴 void
        public void set_cluster_attribute_threshold(
		string [] ha_groups,
		string [] [] clusters,
		long [] [] thresholds
	)
        {
            this.Invoke("set_cluster_attribute_threshold", new object [] {
                ha_groups,
                clusters,
                thresholds});
        }
SystemHAGroup