Dcp.Net.MQ.Rpc NuGet Package

RpcManager rpcManager = new RpcManager(_mqAddress, "demo测试131243");
rpcManager.RegisterAssembly(typeof(Program).Assembly);
rpcManager.StartServer();
rpcManager.CreateClient();
var rpcTestApi = DcpApiClientProxy.Create<IRpcTestApi>();

while (Console.ReadLine()!="exit")
{
var result=rpcTestApi.WriteLine("测试WriteLine方法=》" + DateTime.Now).Result;
Console.WriteLine("client"+result.data);
}.




Got any Dcp.Net.MQ.Rpc Question?





Info

Version: 1.0.4.9
Author(s): Dcp.Net.MQ.Rpc
Last Update: Monday, July 18, 2022
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Dcp.Net.MQ.Rpc


Install
Install-Package Dcp.Net.MQ.Rpc
dotnet add package Dcp.Net.MQ.Rpc
paket add Dcp.Net.MQ.Rpc
Dcp.Net.MQ.Rpc Download (Unzip the "nupkg" after downloading)

11 packages depend on this package.




STATS

must-have-score

1.3

avg-downloads-per-day

22

days-since-last-release

668