Compartir a través de


EventQueue<Event>.IEventConsumer<Event>.TryPull(Event) Método

Definición

bool IEventConsumer<Event>.TryPull (out Event event);
abstract member Microsoft.Bot.Builder.Base.IEventConsumer<Event>.TryPull : 'Event -> bool
override this.Microsoft.Bot.Builder.Base.IEventConsumer<Event>.TryPull : 'Event -> bool
Function TryPull (ByRef event As Event) As Boolean Implements IEventConsumer(Of Event).TryPull

Parámetros

event
Event

Devoluciones

Implementaciones

Se aplica a