iControl.SystemHAGroup.Beginset_cluster_attribute_threshold C# (CSharp) Method

Beginset_cluster_attribute_threshold() public method

public Beginset_cluster_attribute_threshold ( string ha_groups, string clusters, long thresholds, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
thresholds long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cluster_attribute_threshold(string [] ha_groups,string [] [] clusters,long [] [] thresholds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cluster_attribute_threshold", new object[] {
            ha_groups,
            clusters,
            thresholds}, callback, asyncState);
        }
SystemHAGroup