IMultiVersionedServiceFactory Interface
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.
Describes a class that can create a ServiceHub service.
public interface class IMultiVersionedServiceFactory
public interface IMultiVersionedServiceFactory
type IMultiVersionedServiceFactory = interface
Public Interface IMultiVersionedServiceFactory
Methods
CreateAsync(IServiceProvider, ServiceMoniker, ServiceActivationOptions, IServiceBroker, AuthorizationServiceClient, CancellationToken) |
Creates an instance of a ServiceHub service asynchronously. |
GetServiceDescriptor(ServiceMoniker) |
Gets the description of a service. |