ExtensionPartManager(IServiceBroker, JoinableTaskFactory) 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 ExtensionPartManager class.
public ExtensionPartManager (Microsoft.ServiceHub.Framework.IServiceBroker serviceBroker, Microsoft.VisualStudio.Threading.JoinableTaskFactory jtf);
new Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartManager : Microsoft.ServiceHub.Framework.IServiceBroker * Microsoft.VisualStudio.Threading.JoinableTaskFactory -> Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionPartManager
Public Sub New (serviceBroker As IServiceBroker, jtf As JoinableTaskFactory)
Parameters
- serviceBroker
- IServiceBroker
Service broker instance to utilize.
The joinable task factory.