When I create a new Windows Phone SIlverlight 8.1 application, there is a background task in the manifest:
<Extension Category="windows.backgroundTasks" EntryPoint="AgHost.BackgroundTask"> <BackgroundTasks> <Task Type="systemEvent" /> </BackgroundTasks> </Extension>
What is it? Is it safe to remove? The only link I could find is not very useful http://msdn.microsoft.com/en-us/library/windowsphone/develop/dn642084.aspx
AgHost.exe is a foreground process. This entry point should allow you to host the background process, if necessary.
VoIP, . , GPS, push- , .
Source: https://habr.com/ru/post/1537288/More articles:Управление памятью Python - словарь - pythonError starting make install - include / generated / autoconf.h or include / config / auto.conf missing - cFIBO C CODE TO MIPS - mipsМодульное тестирование Entity Framework 6 с наследованием контекста из IdentityDbContext - c#Java - NullPointerException after array initialization and when testing an array using a class method - javaPermutations in general ELF (EM: 40) - c ++What is the new async feature introduced in servlet 3.1? - javaDelete an off-line queue job in Laravel 4? - phpmake runs all targets - makefilecenter of modal dialogue. Horizontal and vertical - jqueryAll Articles