C# Class NBot.Core.Attributes.RespondAttribute

Inheritance: NBot.Core.Attributes.HandleMessageAttribute
Exibir arquivo Open project: NBot/NBot

Public Methods

Method Description
CreateRoute ( IMessageHandler handler, MethodInfo endpoint ) : IRoute
RespondAttribute ( string pattern ) : System

Method Details

CreateRoute() public method

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

RespondAttribute() public method

public RespondAttribute ( string pattern ) : System
pattern string
return System