bluetooth - Windows 10 - Background Agents/Services? -
i'm writing windows 10 universal application, , got point implement background service (the application connects variety of bluetooth le devices, , notify characteristics need to, obviously, notify device).
but can't find backgroundagent project definition windows 10 apps. deprecated? must used instead of that?
instead of specific background agent project type (used in silverlight projects), need make windows runtime component , implement ibackgroundtask
-- see quickstart on msdn
Comments
Post a Comment