iControl.ManagementApplicationService.Enddelete_all_application_services C# (CSharp) Method

Enddelete_all_application_services() public method

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