AddService
IServiceContainer.AddService<TService> method
Agrega el servicio especificado al contenedor de servicios.
public void AddService<TService>(TService service)
where TService : class, IService
Parámetro | Descripción |
---|---|
TService | El tipo de servicio. |
service | La instancia de servicio. |
Ver también
- interface IService
- interface IServiceContainer
- espacio de nombres Aspose.Svg.Services
- asamblea Aspose.SVG