The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExternalDataEventArgs::WaitForIdle Property
.NET Framework (current version)
Gets or sets a value that indicates whether the event should be raised immediately, or if the workflow should go idle before raising the event.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Property Value
Type: System::Booleantrue if the workflow should go idle before raising the event; otherwise, false.
The default value is false.
A value of true indicates that data was submitted to the workflow using EnqueueItemOnIdle. A value of false indicates that data was submitted to the workflow using EnqueueItem.
.NET Framework
Available since 3.0
Available since 3.0
Show: