ControlChannelTrigger.WaitForPushEnabled 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual ControlChannelTriggerStatus WaitForPushEnabled() = WaitForPushEnabled;
ControlChannelTriggerStatus WaitForPushEnabled();
public ControlChannelTriggerStatus WaitForPushEnabled();
function waitForPushEnabled()
Public Function WaitForPushEnabled () As ControlChannelTriggerStatus
返回
一个 值,该值指示系统是否能够完成 ControlChannelTrigger 对象的配置。
注解
连接应用后,它必须调用 WaitForPushEnabled 方法,使系统能够完成控制通道触发器的内部配置。 如果应用尝试在不调用 WaitForPushEnabled 方法的情况下使用网络触发器机制,它将收到异常。
只有在建立传输连接后,才对 WaitForPushEnabled 方法进行此调用。