共用方式為


BrokeredServiceConfiguration(String, Version, Type) Constructor

Definition

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.

Applies to