C# 클래스 ProactiveBot.Controllers.NotifyController

상속: ControllerBase
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Get ( int taskID ) : Task
NotifyController ( IBotFrameworkHttpAdapter adapter, IConfiguration configuration, ConcurrentDictionary conversationReferences ) : System

메소드 상세

Get() 공개 메소드

public Get ( int taskID ) : Task
taskID int
리턴 Task

NotifyController() 공개 메소드

public NotifyController ( IBotFrameworkHttpAdapter adapter, IConfiguration configuration, ConcurrentDictionary conversationReferences ) : System
adapter IBotFrameworkHttpAdapter
configuration IConfiguration
conversationReferences ConcurrentDictionary
리턴 System