Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the factory that creates joinable tasks that do not belong to a joinable task collection.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Factory As JoinableTaskFactory
public JoinableTaskFactory Factory { get; }
public:
property JoinableTaskFactory^ Factory {
JoinableTaskFactory^ get ();
}
member Factory : JoinableTaskFactory with get
function get Factory () : JoinableTaskFactory
Property Value
Type: Microsoft.VisualStudio.Threading.JoinableTaskFactory
Returns JoinableTaskFactory.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.