IWorkflowContext.WorkflowMode Property
Applies To: Dynamics CRM 2015
Indicates how the workflow is to be executed.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
int WorkflowMode { get; }
property int WorkflowMode {
int get();
}
abstract WorkflowMode : int with get
ReadOnly Property WorkflowMode As Integer
Property Value
Type: System.Int32
Type: Int32
Value = 0 (background/asynchronous), 1 (real-time).
Remarks
This property is obsolete.
See Also
IWorkflowContext Interface
Microsoft.Xrm.Sdk.Workflow Namespace
Create real-time workflows
Return to top
© 2016 Microsoft. All rights reserved. Copyright