InstanceStore.SignalEvent(InstancePersistenceEvent, InstanceOwner) Method

Definition

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.

C#
protected void SignalEvent(System.Runtime.DurableInstancing.InstancePersistenceEvent persistenceEvent, System.Runtime.DurableInstancing.InstanceOwner owner);

Parameters

persistenceEvent
InstancePersistenceEvent

The persistence event to be signaled.

owner
InstanceOwner

The instance owner.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1