iControl.SystemHAGroup.Endremove_cluster C# (CSharp) Method

Endremove_cluster() public method

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