标签: c# windows-phone
我是Windows手机应用中的新手,并在应用中使用signalR。
signalR
我有HubConnection并且有一个disconnect函数,我想在应用程序进入后台时执行该函数。
HubConnection
disconnect
我在disconnect Deactivated事件中调用此App.xaml.cs函数,此函数已成功调用,但在我再次恢复应用时已完成。
Deactivated
App.xaml.cs
如果有人知道如何在应用程序进入Dormant状态之前完全执行某项功能,请提供帮助吗?或者在点击Window Button后是否还有其他事件?
Dormant
Window Button