Constructor TimeSensitiveChannel
TimeSensitiveChannel(IFluentLog, Func<TRequest, CancellationToken, Task<TResponse>>, string)
Declaration
public TimeSensitiveChannel(IFluentLog log, Func<TRequest, CancellationToken, Task<TResponse>> handler, string name = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IFluentLog | log | |
| Func<TRequest, CancellationToken, Task<TResponse>> | handler | |
| string | name |