iControl.SystemHAGroup.Endremove_pool C# (CSharp) Method

Endremove_pool() public method

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