IEventProducer<Event> Interface

Definition

public interface IEventProducer<in Event>
type IEventProducer<'Event> = interface
Public Interface IEventProducer(Of In Event)

Type Parameters

Event
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Methods

Post(Event, Action)

Applies to