我正在处理推送通知,并且有一个HttpNotificationChannel pushChannel
对象。
在OnNavigatedTo我做pushChannel.HttpNotificationReceived += ...
在我的MainPage的OnNavigatedFrom中,我有pushChannel.HttpNotificationReceived -= ...
但我可以通过定义pushChannel来执行此操作吗?喜欢pushChannel = HttpNotificationChannel.Find(channelName);
?
当然它没有任何意义,但我很好奇我是否可以分配和取消分配这样的事件