JoinableTaskContext::MainThread Property

 

Gets the main thread that can be shared by tasks created by this context.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property Thread^ MainThread {
	Thread^ get();
	private: void set(Thread^ value);
}

Property Value

Type: System.Threading::Thread^

Returns Thread.

Return to top
Show: