Interface IServiceManager
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IServiceManager : IDisposable
Properties
LoggingService
Declaration
ILoggingService LoggingService { get; }
Property Value
Methods
AddService(IDisposable)
Declaration
void AddService(IDisposable service)
Parameters
Type |
Name |
Description |
System.IDisposable |
service |
|
AddService<T>(T)
Declaration
T AddService<T>(T service)
where T : IDisposable
Parameters
Type |
Name |
Description |
T |
service |
|
Returns
Type Parameters
RemoveService(IDisposable)
Declaration
void RemoveService(IDisposable service)
Parameters
Type |
Name |
Description |
System.IDisposable |
service |
|
Resolve<T>()
Declaration
Returns
Type Parameters