InstancePersistenceEvent<T> Class
Represents an event that an instance store raises to notify hosts about a change. This is a generic class. Classes such as HasRunnableWorkflowEvent and HasActivatableWorkflowEvent derive from this class.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
System.Runtime.DurableInstancing::InstancePersistenceEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent<T>
System.Activities.DurableInstancing::HasActivatableWorkflowEvent
System.Activities.DurableInstancing::HasRunnableWorkflowEvent
| Name | Description | |
|---|---|---|
![]() | InstancePersistenceEvent<T>(XName^) | Initializes an instance of the InstancePersistenceEvent<T> class using the XName parameter. |
| Name | Description | |
|---|---|---|
![]() | Name | Returns the XName (namespace combined with name) of the persistence event. (Inherited from InstancePersistenceEvent.) |
![]() ![]() | Value | Returns the instance of the actual event object (for example: HasRunnableWorkflowEvent). |
| Name | Description | |
|---|---|---|
![]() | Equals(InstancePersistenceEvent^) | Determines whether the current InstancePersistenceEvent object and the passed InstancePersistenceEvent object are the same.(Inherited from InstancePersistenceEvent.) |
![]() | Equals(Object^) | Determines whether the current InstancePersistenceEvent object and the passed object converted as the InstancePersistenceEvent are the same.(Inherited from InstancePersistenceEvent.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the InstancePersistenceEvent instance.(Inherited from InstancePersistenceEvent.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



