ControlChannelTrigger.WaitForPushEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows an app to notify the system that a connection has been established and the system should complete the internal configuration of the control channel trigger.
Note
The ControlChannelTrigger class is not supported on Windows Phone.
public:
virtual ControlChannelTriggerStatus WaitForPushEnabled() = WaitForPushEnabled;
ControlChannelTriggerStatus WaitForPushEnabled();
public ControlChannelTriggerStatus WaitForPushEnabled();
function waitForPushEnabled()
Public Function WaitForPushEnabled () As ControlChannelTriggerStatus
Returns
A value that indicates if the system was able to complete configuration of a ControlChannelTrigger object.
Remarks
Once an app is connected, it must call the WaitForPushEnabled method in order to enable the system to complete the internal configuration of the control channel trigger. If an app tries to use the network trigger mechanism without calling the WaitForPushEnabled method, it will get an exception.
This call to the WaitForPushEnabled method is to be made only after the transport connection is established.