InstancePersistenceEvent Class

Definition

Represents an event that an instance store raises to notify hosts about a condition. Examples: HasRunnableWorkflowEvent and HasActivatableWorkflowEvent.

public ref class InstancePersistenceEvent abstract : IEquatable<System::Runtime::DurableInstancing::InstancePersistenceEvent ^>
public abstract class InstancePersistenceEvent : IEquatable<System.Runtime.DurableInstancing.InstancePersistenceEvent>
type InstancePersistenceEvent = class
    interface IEquatable<InstancePersistenceEvent>
Public MustInherit Class InstancePersistenceEvent
Implements IEquatable(Of InstancePersistenceEvent)
Inheritance
InstancePersistenceEvent
Derived
Implements

Properties

Name

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

Methods

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.

GetHashCode()

Returns the hash code for the InstancePersistenceEvent instance.

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)

Operators

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.

Applies to