EventQueue<Event>.IEventProducer<Event>.Post Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- event
- Event
- onPull
- Action