iControl.SystemHAGroup.Beginset_cluster_weight C# (CSharp) Method

Beginset_cluster_weight() public method

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