InstanceStore.SignalEvent(InstancePersistenceEvent, InstanceOwner) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行個體存放區會叫用這個方法以對事件發出信號。 訂閱這個持續性事件的工作流程主機會收到信號,並執行適當的動作。
protected:
void SignalEvent(System::Runtime::DurableInstancing::InstancePersistenceEvent ^ persistenceEvent, System::Runtime::DurableInstancing::InstanceOwner ^ owner);
protected void SignalEvent (System.Runtime.DurableInstancing.InstancePersistenceEvent persistenceEvent, System.Runtime.DurableInstancing.InstanceOwner owner);
member this.SignalEvent : System.Runtime.DurableInstancing.InstancePersistenceEvent * System.Runtime.DurableInstancing.InstanceOwner -> unit
Protected Sub SignalEvent (persistenceEvent As InstancePersistenceEvent, owner As InstanceOwner)
參數
- persistenceEvent
- InstancePersistenceEvent
要收到信號的持續性事件。
- owner
- InstanceOwner
執行個體擁有者。