JoinableTaskFactory.Context Property
Gets the joinable task context to which this factory belongs.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Context As JoinableTaskContext
public JoinableTaskContext Context { get; }
public:
property JoinableTaskContext^ Context {
JoinableTaskContext^ get ();
}
member Context : JoinableTaskContext with get
function get Context () : JoinableTaskContext
Property Value
Type: Microsoft.VisualStudio.Threading.JoinableTaskContext
Returns JoinableTaskContext.
.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.