iControl.ManagementApplicationService.Enddelete_application_service C# (CSharp) Méthode

Enddelete_application_service() public méthode

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