XmlDataProvider::IsAsynchronous Property

 

Gets or sets a value that indicates whether node collection creation will be performed in a worker thread or in the active context.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Property Value

Type: System::Boolean

true to perform node collection creation in a worker thread; otherwise, false. The default value is true.

.NET Framework
Available since 3.0
Return to top
Show: