Implement result getter

This commit is contained in:
2025-11-01 19:15:07 +09:00
parent 6fc2db95ec
commit 821eeb41ae
16 changed files with 243 additions and 18 deletions

View File

@ -149,7 +149,7 @@ namespace Hcs.Broker.Api.Request
}
}
protected async Task<string> StartSendAsync(
protected async Task<string> SendAsync(
object request,
Func<TAsyncClient, Task<TAck>> sender,
CancellationToken token)