JoinableTaskContextNode(JoinableTaskContext) 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 JoinableTaskContextNode class.
public:
JoinableTaskContextNode(Microsoft::VisualStudio::Threading::JoinableTaskContext ^ context);
public JoinableTaskContextNode (Microsoft.VisualStudio.Threading.JoinableTaskContext context);
new Microsoft.VisualStudio.Threading.JoinableTaskContextNode : Microsoft.VisualStudio.Threading.JoinableTaskContext -> Microsoft.VisualStudio.Threading.JoinableTaskContextNode
Public Sub New (context As JoinableTaskContext)
Parameters
- context
- JoinableTaskContext
The inner JoinableTaskContext.