DelegatingJoinableTaskFactory Constructor
Initializes an instance of the DelegatingJoinableTaskFactory.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected Sub New ( _
innerFactory As JoinableTaskFactory _
)
protected DelegatingJoinableTaskFactory(
JoinableTaskFactory innerFactory
)
protected:
DelegatingJoinableTaskFactory(
JoinableTaskFactory^ innerFactory
)
new :
innerFactory:JoinableTaskFactory -> DelegatingJoinableTaskFactory
protected function DelegatingJoinableTaskFactory(
innerFactory : JoinableTaskFactory
)
Parameters
innerFactory
Type: Microsoft.VisualStudio.Threading.JoinableTaskFactoryThe inner factory that will create the tasks.
.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.