BackgroundAgent.NotifyCompleteWithResult Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Informs the operating system that the agent has completed its intended task for the current invocation of the agent. Call this method after successfully handling an invocation with a result.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- result
- Type: System.Int32
The result code from the invocation.
Show: