AsyncObservableObject(JoinableTaskFactory) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AsyncObservableObject class.
protected:
AsyncObservableObject(Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ jtf);
protected AsyncObservableObject (Microsoft.VisualStudio.Threading.JoinableTaskFactory jtf);
new Microsoft.VisualStudio.PlatformUI.AsyncObservableObject : Microsoft.VisualStudio.Threading.JoinableTaskFactory -> Microsoft.VisualStudio.PlatformUI.AsyncObservableObject
Protected Sub New (jtf As JoinableTaskFactory)
Parameters
The task factory used to change threads before raising the PropertyChanged event.