InstancePersistenceEvent<T> Class

Definition

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.

generic <typename T>
 where T : InstancePersistenceEvent<T>gcnew()public ref class InstancePersistenceEvent abstract : System::Runtime::DurableInstancing::InstancePersistenceEvent
public abstract class InstancePersistenceEvent<T> : System.Runtime.DurableInstancing.InstancePersistenceEvent where T : InstancePersistenceEvent<T>, new()
type InstancePersistenceEvent<'T (requires 'T :> InstancePersistenceEvent<'T> and 'T : (new : unit -> 'T))> = class
    inherit InstancePersistenceEvent
Public MustInherit Class InstancePersistenceEvent(Of T)
Inherits InstancePersistenceEvent

Type Parameters

T

The type of the event.

Inheritance
InstancePersistenceEvent<T>
Derived

Constructors

InstancePersistenceEvent<T>(XName)

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

Properties

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).

Methods

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)
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)

Applies to