Share via


InstanceStore.SignalEvent(InstancePersistenceEvent, InstanceOwner) Yöntem

Tanım

Örnek deposu bir olaya sinyal vermek için bu yöntemi çağırır. Bu kalıcılık olayı için abone olan bir iş akışı konağı bunu alır ve uygun bir eylemde bulunur.

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)

Parametreler

persistenceEvent
InstancePersistenceEvent

Sinyal eklenecek kalıcılık olayı.

owner
InstanceOwner

Örnek sahibi.

Şunlara uygulanır