文件名称:Orleans.HttpGateway.AspNetCore
文件大小:45KB
文件格式:ZIP
更新时间:2024-06-02 19:05:08
asp-net-core orleans microsoft-orleans C#
奥尔良.HttpGateway.AspNetCore Microsoft Orleans的http网关。 安装 Install-Package Orleans.HttpGateway.AspNetCore 配置网关 Startup.cs public void ConfigureService ( IServiceCollection services ) { // add known grain interface assemblies Assembly grainInterfaceAssembly = GetGrainInterfacesAssembly (); services . AddOrleansHttpGateway ( c => c . AddAssemblies ( grainInterfaceAssembly )); // ensu
【文件预览】:
Orleans.HttpGateway.AspNetCore-master
----test()
--------Orleans.HttpGateway.AspNetCore.Tests()
----LICENSE(11KB)
----src()
--------Orleans.HttpGateway.AspNetCore()
----.gitignore(5KB)
----README.md(3KB)
----Orleans.HttpGateway.AspNetCore.sln(2KB)
----.gitattributes(2KB)