iControl.ManagementApplicationService.Enddelete_application_service C# (CSharp) 메소드

Enddelete_application_service() 공개 메소드

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