Class ServiceHosting<T>
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class ServiceHosting<T> : DisposableReactiveObjectWithLogger, IDisposable, INotifyPropertyChanged, IHostedService
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
ServiceHosting(IServiceScopeFactory) |
Methods
Name | Description |
---|---|
StartAsync(CancellationToken) | |
StopAsync(CancellationToken) |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)