Interface ISourceWorker<T>
Represents a worker that gets events from a source.
public interface ISourceWorker<out T> : ISourceWorker, IDisposable, INamedComponent where T : class
Type Parameters
T- The type of the events.
- Inherited Members
Events
Received
Raised for each event received.
event Handler<out T?>? Received
Event Type
- Handler<T>