EventQueue<Event>.IEventProducer<Event>.Post 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.
void IEventProducer<Event>.Post (Event event, Action onPull);
abstract member Microsoft.Bot.Builder.Base.IEventProducer<Event>.Post : 'Event * Action -> unit
override this.Microsoft.Bot.Builder.Base.IEventProducer<Event>.Post : 'Event * Action -> unit
Sub Post (event As Event, onPull As Action) Implements IEventProducer(Of Event).Post
Parameters
- event
- Event
- onPull
- Action