iControl.SystemHAGroup.Begindelete_high_availability_group C# (CSharp) Method

Begindelete_high_availability_group() public method

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