示例#1
0
        static void Main(string[] args)
        {
            var options = new RpcServerOptions();

            options.callback = Program.Callback;
            var rpcServer = RpcServer.Create(options);
        }