DurableInstancingOptions Class

Definition

Used mainly to associate a concrete implementation of the InstanceStore such as SqlWorkflowInstanceStore with a workflow service host. This class is also used to add instance owner metadata.

public ref class DurableInstancingOptions sealed
public sealed class DurableInstancingOptions
type DurableInstancingOptions = class
Public NotInheritable Class DurableInstancingOptions
Inheritance
DurableInstancingOptions

Properties

InstanceStore

Refers to a concrete implementation of the InstanceStore class such as SqlWorkflowInstanceStore.

Methods

AddInitialInstanceValues(IDictionary<XName,Object>)

Adds write-only metadata for an instance to the host.

AddInstanceOwnerValues(IDictionary<XName,Object>, IDictionary<XName,Object>)

Adds metadata for an instance owner to the host. This method may be called before the workflow host is opened.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
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