DaemonService.Run Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Run(IDaemon) | Run the specified daemon on a background thread. |
Run |
Run the specified daemon on a background thread. |
Run(IDaemon)
Run the specified daemon on a background thread.
public static void Run(IDaemon daemon)
Parameters
- daemon
- IDaemon
Run()
Run the specified daemon on a background thread.
public static void Run<TDaemon>()
where TDaemon : class, IDaemon