Sdílet prostřednictvím


InstanceStore.ResetEvent(InstancePersistenceEvent, InstanceOwner) Metoda

Definice

Resetuje signalovanou událost a odebere událost ze seznamu signalovaných událostí spravovaného vlastníkem instance.

protected:
 void ResetEvent(System::Runtime::DurableInstancing::InstancePersistenceEvent ^ persistenceEvent, System::Runtime::DurableInstancing::InstanceOwner ^ owner);
protected void ResetEvent (System.Runtime.DurableInstancing.InstancePersistenceEvent persistenceEvent, System.Runtime.DurableInstancing.InstanceOwner owner);
member this.ResetEvent : System.Runtime.DurableInstancing.InstancePersistenceEvent * System.Runtime.DurableInstancing.InstanceOwner -> unit
Protected Sub ResetEvent (persistenceEvent As InstancePersistenceEvent, owner As InstanceOwner)

Parametry

persistenceEvent
InstancePersistenceEvent

Událost trvalosti, která byla signalizovala dříve a která se má resetovat.

owner
InstanceOwner

Vlastník instance přidružený k události trvalosti.

Platí pro