예제 #1
0
        internal Task <string> SendRpc(string method, object[] args, Dictionary <string, object> in3 = null)
        {
            if (Configuration.HasChanged())
            {
                NativeClient.ApplyConfiguration(Configuration);
            }

            return(new Runner(NativeClient).Run(RpcHandler.To(method, args, in3)));
        }