다음을 통해 공유


EventQueue<Event>.IEventConsumer<Event>.TryPull(Event) 메서드

정의

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

매개 변수

event
Event

반환

구현

적용 대상