ControlChannelTrigger.WaitForPushEnabled 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual ControlChannelTriggerStatus WaitForPushEnabled() = WaitForPushEnabled;
ControlChannelTriggerStatus WaitForPushEnabled();
public ControlChannelTriggerStatus WaitForPushEnabled();
function waitForPushEnabled()
Public Function WaitForPushEnabled () As ControlChannelTriggerStatus
傳回
值,指出系統是否能夠完成 ControlChannelTrigger 物件的設定。
備註
應用程式連線之後,它必須呼叫 WaitForPushEnabled 方法,讓系統完成控制通道觸發程式的內部設定。 如果應用程式嘗試使用網路觸發程式機制而不呼叫 WaitForPushEnabled 方法,它就會發生例外狀況。
只有在建立傳輸連線之後,才會呼叫 WaitForPushEnabled 方法。