iControl.ManagementCCLDAPConfiguration.Endremove_server C# (CSharp) Method

Endremove_server() public method

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