iControl.SystemHAGroup.Beginadd_cluster C# (CSharp) Method

Beginadd_cluster() public method

public Beginadd_cluster ( 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 Beginadd_cluster(string [] ha_groups,string [] [] clusters,long [] [] weights, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_cluster", new object[] {
            ha_groups,
            clusters,
            weights}, callback, asyncState);
        }
SystemHAGroup