다음을 통해 공유


ScoringEventLoop<Score> 생성자

정의

public ScoringEventLoop (Microsoft.Bot.Builder.Base.IEventLoop innerLoop, Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> innerProducer, Microsoft.Bot.Builder.Base.IEventConsumer<Microsoft.Bot.Connector.IActivity> consumer, Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Connector.IActivity,Score> scorable);
new Microsoft.Bot.Builder.Dialogs.Internals.ScoringEventLoop<'Score> : Microsoft.Bot.Builder.Base.IEventLoop * Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> * Microsoft.Bot.Builder.Base.IEventConsumer<Microsoft.Bot.Connector.IActivity> * Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Connector.IActivity, 'Score> -> Microsoft.Bot.Builder.Dialogs.Internals.ScoringEventLoop<'Score>
Public Sub New (innerLoop As IEventLoop, innerProducer As IEventProducer(Of IActivity), consumer As IEventConsumer(Of IActivity), scorable As IScorable(Of IActivity, Score))

매개 변수

innerLoop
IEventLoop
innerProducer
IEventProducer<IActivity>
scorable
IScorable<IActivity,Score>

적용 대상