Delen via


AsyncObservableObject(JoinableTaskFactory) Constructor

Definition

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

jtf
JoinableTaskFactory

The task factory used to change threads before raising the PropertyChanged event.

Applies to