Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
9
Hcs.ClientNet/Client/Api/Request/Adapter/IAsyncClient.cs
Normal file
9
Hcs.ClientNet/Client/Api/Request/Adapter/IAsyncClient.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hcs.ClientNet.Api.Request.Adapter
|
||||
{
|
||||
public interface IAsyncClient<TRequestHeader> where TRequestHeader : class
|
||||
{
|
||||
Task<IGetStateResponse> GetStateAsync(TRequestHeader header, IGetStateRequest request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user