Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property bool WaitForIdle {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft