Interface IServiceRoot
Namespace: MediaBrowser.Model.System
Assembly: MediaBrowser.Model.dll
Syntax
public interface IServiceRoot
Properties
LogManager
Declaration
ILogManager LogManager { get; }
Property Value
Type | Description |
---|---|
ILogManager |
Methods
GetService<T>()
Declaration
T GetService<T>()
where T : class
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |