IEventProducer<Event>.Post(Event, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void Post (Event event, Action onPull = default);
abstract member Post : 'Event * Action -> unit
Public Sub Post (event As Event, Optional onPull As Action = Nothing)
Parameters
- event
- Event
- onPull
- Action