8 [DefaultImplementation(typeof(LoadableService))]
16 Task
Load(
bool isResuming, CancellationToken cancellationToken);
26 event EventHandler<LoadedEventArgs>
Loaded;
A service that can be loaded and unloaded at will. Typically during startup and shutdown of an applic...
Task Load(bool isResuming, CancellationToken cancellationToken)
Loads the specified service.
EventHandler< LoadedEventArgs > Loaded
Fires whenever the loading state of the service changes.
Task Unload()
Unloads the specified service.