C# 클래스 NuBot.Adapters.Gitter.GitterAdapter

상속: Adapter
파일 보기 프로젝트 열기: nubot/nubot 1 사용 예제들

공개 메소드들

메소드 설명
GitterAdapter ( string token ) : NuBot.Adapters.Gitter.Models
RunAsync ( CancellationToken cancellationToken ) : Task
SendAsync ( string channel, string message ) : Task
SetupAsync ( ) : Task

비공개 메소드들

메소드 설명
GetRoomsAsync ( string userId ) : Task>
GetUserAsync ( ) : Task
ReadRoomEventsAsync ( string roomId, CancellationToken cancellationToken ) : Task

메소드 상세

GitterAdapter() 공개 메소드

public GitterAdapter ( string token ) : NuBot.Adapters.Gitter.Models
token string
리턴 NuBot.Adapters.Gitter.Models

RunAsync() 공개 메소드

public RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

SendAsync() 공개 메소드

public SendAsync ( string channel, string message ) : Task
channel string
message string
리턴 Task

SetupAsync() 공개 메소드

public SetupAsync ( ) : Task
리턴 Task