IMultiVersionedServiceFactory Interface

Definition

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.

Applies to