iControl.SystemCluster.Beginget_min_up_members_action C# (CSharp) Method

Beginget_min_up_members_action() public method

public Beginget_min_up_members_action ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult
cluster_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_min_up_members_action(string [] cluster_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_min_up_members_action", new object[] {
            cluster_names}, callback, asyncState);
        }
SystemCluster