iControl.SystemHAGroup.Beginget_cluster C# (CSharp) Method

Beginget_cluster() public method

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