iControl.SystemHAGroup.Beginremove_all_clusters C# (CSharp) 메소드

Beginremove_all_clusters() 공개 메소드

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