InstanceStore.ResetEvent(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.
Resets the signaled event and removes the event from the signaled events list maintained by the instance owner.
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)
Parameters
- persistenceEvent
- InstancePersistenceEvent
The persistence event that was signaled earlier and to be reset.
- owner
- InstanceOwner
The instance owner associated with the persistence event.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.