Class TimeSensitiveChannel<TRequest, TResponse>
Inherited Members
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
public class TimeSensitiveChannel<TRequest, TResponse> : DisposableReactiveObject, IDisposable, INotifyPropertyChanged
Type Parameters
Name | Description |
---|---|
TRequest | |
TResponse |
Constructors
Name | Description |
---|---|
TimeSensitiveChannel(IFluentLog, Func<TRequest, CancellationToken, Task<TResponse>>) |
Properties
Name | Description |
---|---|
BackBufferPressureStrategy | |
DefaultRequest | |
IsRunning | |
IsTicking | |
Log |
Methods
Name | Description |
---|---|
CancelRunning() | |
ProcessOnDemand(TRequest, CancellationToken) |