PluginService.GetDaemon Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Gets daemon metadata from the repository. |
Get |
Gets daemon metadata from the repository. |
GetDaemon(Guid)
Gets daemon metadata from the repository.
public static IDaemon GetDaemon(Guid id)
Parameters
- id
- System.Guid
Returns
GetDaemon()
Gets daemon metadata from the repository.
public static TDaemon GetDaemon<TDaemon>()
where TDaemon : class, IDaemon
Returns
Returns an object implementing the IPlugin interface.