DurableInstancingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |