InstancePersistenceEvent Class
Represents an event that an instance store raises to notify hosts about a condition. Examples: HasRunnableWorkflowEvent and HasActivatableWorkflowEvent.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
System.Runtime.DurableInstancing::InstancePersistenceEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent<T>
| Name | Description | |
|---|---|---|
![]() | Name | Returns the XName (namespace combined with name) of the persistence event. |
| Name | Description | |
|---|---|---|
![]() | Equals(InstancePersistenceEvent^) | Determines whether the current InstancePersistenceEvent object and the passed InstancePersistenceEvent object are the same. |
![]() | Equals(Object^) | Determines whether the current InstancePersistenceEvent object and the passed object converted as the InstancePersistenceEvent are the same.(Overrides Object::Equals(Object^).) |
![]() | 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.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(InstancePersistenceEvent^, InstancePersistenceEvent^) | Returns a value indicating whether the specified InstancePersistenceEvent objects are the same. |
![]() ![]() | Inequality(InstancePersistenceEvent^, InstancePersistenceEvent^) | Returns a value indicating whether the specified InstancePersistenceEvent objects are not the same. |
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.




