This documentation is archived and is not being maintained.
InstancePersistenceEvent Class
Visual Studio 2010
Represents an event that an instance store raises to notify hosts about a condition. Examples: HasRunnableWorkflowEvent and HasActivatableWorkflowEvent.
System::Object
System.Runtime.DurableInstancing::InstancePersistenceEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent<T>
System.Runtime.DurableInstancing::InstancePersistenceEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent<T>
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
The InstancePersistenceEvent type exposes the following members.
| 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Returns a value indicating whether the specified InstancePersistenceEvent objects are the same. |
![]() ![]() | Inequality | Returns a value indicating whether the specified InstancePersistenceEvent objects are not the same. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
