Interface IServiceProfile<TService>
Namespace: RealityCollective.ServiceFramework.Interfaces
public interface IServiceProfile<out TService> where TService : IService
Type Parameters
TService
Properties
ServiceConfigurations
The IServiceConfigurations registered for this profile.
IServiceConfiguration<out TService>[] ServiceConfigurations { get; }
Property Value
IServiceConfiguration<TService>[]