BrokeredServiceConfiguration(String, Version, Type) 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 BrokeredServiceConfiguration class.
public BrokeredServiceConfiguration (string serviceName, Version version, Type? implementationType);
new Microsoft.VisualStudio.Extensibility.BrokeredServiceConfiguration : string * Version * Type -> Microsoft.VisualStudio.Extensibility.BrokeredServiceConfiguration
Public Sub New (serviceName As String, version As Version, implementationType As Type)
Parameters
- serviceName
- String
Service moniker name.
- version
- Version
Service moniker version.
- implementationType
- Type
Type that implements this service. If null, a factory must be provided while proffering the service.