NapPlana.NET 引用文档 0.3.4
Yet Another NapCat Framework SDK for .NET
载入中...
搜索中...
未找到
NapPlana.Core.API.IApiHandler接口 参考
类 NapPlana.Core.API.IApiHandler 继承关系图:
NapPlana.Core.API.ApiHandler

Public 成员函数

bool TryRegister (string echo, TaskCompletionSource< ActionResponse > tcs)
 
bool TryRemove (string echo, out TaskCompletionSource< ActionResponse >? tcs)
 
void Dispatch (ActionResponse raw)
 

成员函数说明

◆ Dispatch()

void NapPlana.Core.API.IApiHandler.Dispatch ( ActionResponse  raw)

NapPlana.Core.API.ApiHandler 内被实现.

◆ TryRegister()

bool NapPlana.Core.API.IApiHandler.TryRegister ( string  echo,
TaskCompletionSource< ActionResponse tcs 
)

NapPlana.Core.API.ApiHandler 内被实现.

◆ TryRemove()

bool NapPlana.Core.API.IApiHandler.TryRemove ( string  echo,
out TaskCompletionSource< ActionResponse >?  tcs 
)

NapPlana.Core.API.ApiHandler 内被实现.


该接口的文档由以下文件生成: