iControl.ManagementApplicationService.Enddelete_application_service C# (CSharp) Method

Enddelete_application_service() public method

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