iControl.SystemHAGroup.Beginget_cluster_score C# (CSharp) Method

Beginget_cluster_score() public method

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