iControl.SystemHAGroup.Endremove_all_clusters C# (CSharp) Method

Endremove_all_clusters() public method

public Endremove_all_clusters ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_all_clusters(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemHAGroup