C# Class NBot.Core.Attributes.RespondAttribute

Inheritance: NBot.Core.Attributes.HandleMessageAttribute
Afficher le fichier Open project: NBot/NBot

Méthodes publiques

Méthode Description
CreateRoute ( IMessageHandler handler, MethodInfo endpoint ) : IRoute
RespondAttribute ( string pattern ) : System

Method Details

CreateRoute() public méthode

public CreateRoute ( IMessageHandler handler, MethodInfo endpoint ) : IRoute
handler IMessageHandler
endpoint System.Reflection.MethodInfo
Résultat IRoute

RespondAttribute() public méthode

public RespondAttribute ( string pattern ) : System
pattern string
Résultat System