![]() |
NapPlana.NET 引用文档 0.3.4
Yet Another NapCat Framework SDK for .NET
|
NapBot依赖注入扩展方法 更多...
静态 Public 成员函数 | |
| static IServiceCollection | AddNapBot (this IServiceCollection services, IConfiguration configuration) |
| 添加NapBot DI服务并注册ConnectionService为HostedService | |
| static IServiceCollection | AddNapBot (this IServiceCollection services, Action< NapBotOptions > configureOptions) |
| 添加NapBot DI服务并注册ConnectionService为HostedService | |
| static IServiceCollection | AddNapFunctionService< T > (this IServiceCollection services) |
| 添加自定义机器人相关服务 | |
NapBot依赖注入扩展方法
|
static |
添加NapBot DI服务并注册ConnectionService为HostedService
| services | 服务集合 |
| configureOptions | 配置委托 |
|
static |
添加NapBot DI服务并注册ConnectionService为HostedService
| services | 服务集合 |
| configuration | 配置 |
|
static |
添加自定义机器人相关服务
| services |
| T |
| T | : | class | |
| T | : | INapFunctionService |