C# 클래스 NBot.Core.Attributes.RespondAttribute

상속: NBot.Core.Attributes.HandleMessageAttribute
파일 보기 프로젝트 열기: NBot/NBot

공개 메소드들

메소드 설명
CreateRoute ( IMessageHandler handler, MethodInfo endpoint ) : IRoute
RespondAttribute ( string pattern ) : System

메소드 상세

CreateRoute() 공개 메소드

public CreateRoute ( IMessageHandler handler, MethodInfo endpoint ) : IRoute
handler IMessageHandler
endpoint System.Reflection.MethodInfo
리턴 IRoute

RespondAttribute() 공개 메소드

public RespondAttribute ( string pattern ) : System
pattern string
리턴 System