DurableInstancingOptions Class
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.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | InstanceStore | Refers to a concrete implementation of the InstanceStore class such as SqlWorkflowInstanceStore. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.

