iControl.SystemHAGroup.Beginset_cluster_attribute C# (CSharp) Method

Beginset_cluster_attribute() public method

public Beginset_cluster_attribute ( string ha_groups, string clusters, SystemHAGroupHAGroupClusterAttribute attributes, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
clusters string
attributes SystemHAGroupHAGroupClusterAttribute
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_cluster_attribute(string [] ha_groups,string [] [] clusters,SystemHAGroupHAGroupClusterAttribute [] [] attributes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_cluster_attribute", new object[] {
            ha_groups,
            clusters,
            attributes}, callback, asyncState);
        }
SystemHAGroup