This documentation is archived and is not being maintained.
InstancePersistenceEvent<T> Class
Visual Studio 2010
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.
System::Object
System.Runtime.DurableInstancing::InstancePersistenceEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent<T>
System.Activities.DurableInstancing::HasActivatableWorkflowEvent
System.Activities.DurableInstancing::HasRunnableWorkflowEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent
System.Runtime.DurableInstancing::InstancePersistenceEvent<T>
System.Activities.DurableInstancing::HasActivatableWorkflowEvent
System.Activities.DurableInstancing::HasRunnableWorkflowEvent
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
The InstancePersistenceEvent<T> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InstancePersistenceEvent<T> | 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 | 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.) |
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:
