ControlChannelTrigger.WaitForPushEnabled 方法

定义

允许应用通知系统已建立连接,并且系统应完成控制通道触发器的内部配置。

注意

Windows Phone不支持 ControlChannelTrigger 类。

public:
 virtual ControlChannelTriggerStatus WaitForPushEnabled() = WaitForPushEnabled;
ControlChannelTriggerStatus WaitForPushEnabled();
public ControlChannelTriggerStatus WaitForPushEnabled();
function waitForPushEnabled()
Public Function WaitForPushEnabled () As ControlChannelTriggerStatus

返回

一个 值,该值指示系统是否能够完成 ControlChannelTrigger 对象的配置。

注解

连接应用后,它必须调用 WaitForPushEnabled 方法,使系统能够完成控制通道触发器的内部配置。 如果应用尝试在不调用 WaitForPushEnabled 方法的情况下使用网络触发器机制,它将收到异常。

只有在建立传输连接后,才对 WaitForPushEnabled 方法进行此调用。

适用于