InstanceStore.SignalEvent(InstancePersistenceEvent, InstanceOwner) 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.
An instance store invokes this method to signal an event. A workflow host that subscribes for this persistence event receives it and takes an appropriate action.
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)
Parameters
- persistenceEvent
- InstancePersistenceEvent
The persistence event to be signaled.
- owner
- InstanceOwner
The instance owner.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.