iControl.SystemHAGroup.Endremove_all_trunks C# (CSharp) Method

Endremove_all_trunks() public method

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