Bagikan melalui


InstanceStore.ResetEvent(InstancePersistenceEvent, InstanceOwner) Metode

Definisi

Mengatur ulang peristiwa yang disinyalkan dan menghapus peristiwa dari daftar peristiwa yang disinyalkan yang dikelola oleh pemilik instans.

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)

Parameter

persistenceEvent
InstancePersistenceEvent

Peristiwa persistensi yang diberi sinyal sebelumnya dan akan direset.

owner
InstanceOwner

Pemilik instans yang terkait dengan peristiwa persistensi.

Berlaku untuk