InstancePersistenceEvent<T> Class

.NET Framework (current version)
 

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.

Namespace:   System.Runtime.DurableInstancing
Assembly:  System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)


generic<typename T>
where T : gcnew(), InstancePersistenceEvent<T>
public ref class InstancePersistenceEvent abstract : InstancePersistenceEvent

Type Parameters

T

The type of the event.

NameDescription
System_CAPS_protmethodInstancePersistenceEvent<T>(XName^)

Initializes an instance of the InstancePersistenceEvent<T> class using the XName parameter.

NameDescription
System_CAPS_pubpropertyName

Returns the XName (namespace combined with name) of the persistence event. (Inherited from InstancePersistenceEvent.)

System_CAPS_pubpropertySystem_CAPS_staticValue

Returns the instance of the actual event object (for example: HasRunnableWorkflowEvent).

NameDescription
System_CAPS_pubmethodEquals(InstancePersistenceEvent^)

Determines whether the current InstancePersistenceEvent object and the passed InstancePersistenceEvent object are the same.(Inherited from InstancePersistenceEvent.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the current InstancePersistenceEvent object and the passed object converted as the InstancePersistenceEvent are the same.(Inherited from InstancePersistenceEvent.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the InstancePersistenceEvent instance.(Inherited from InstancePersistenceEvent.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
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.

Return to top
Show: