Share via


DurableInstanceContext Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Acts as a transient proxy for a long-running workflow service instance.

Namespace:  System.ServiceModel.Activities.Dispatcher
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

Syntax

'Declaration
Public Class DurableInstanceContext
'Usage
Dim instance As DurableInstanceContext
public class DurableInstanceContext
public ref class DurableInstanceContext
public class DurableInstanceContext
type DurableInstanceContext =  class end

Remarks

The DurableInstanceContext is accessed by DurableServiceHostExtension developers and is used to handle notification signals. This class is related to the WorkflowInstance class. For more information about creating, loading, pausing and resuming, and managing workflow instances, see Using WorkflowInvoker and WorkflowInstance.

Inheritance Hierarchy

System.Object
  System.ServiceModel.Activities.Dispatcher.DurableInstanceContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

DurableInstanceContext Members

System.ServiceModel.Activities.Dispatcher Namespace

WorkflowInstance

DurableServiceHostExtension

Other Resources

Using WorkflowInvoker and WorkflowInstance