Microsoft.Activities.Extensions |
WorkflowApplicationExtensions..::..IsHandlerThread Method |
WorkflowApplicationExtensions Class See Also Send Feedback |
Gets a value that determines if a workflow is in a handler thread
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public static bool IsHandlerThread( this WorkflowApplication workflowApplication ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function IsHandlerThread ( _ workflowApplication As WorkflowApplication _ ) As Boolean |
Visual C++ |
---|
public: [ExtensionAttribute] static bool IsHandlerThread( WorkflowApplication^ workflowApplication ) |
Parameters
- workflowApplication
- Type: System.Activities..::..WorkflowApplication
The workflow application.