JsonRpc.AddRemoteRpcTarget(JsonRpc) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a remote rpc connection so calls can be forwarded to the remote target if local targets do not handle it.
public void AddRemoteRpcTarget (StreamJsonRpc.JsonRpc remoteTarget);
member this.AddRemoteRpcTarget : StreamJsonRpc.JsonRpc -> unit
Public Sub AddRemoteRpcTarget (remoteTarget As JsonRpc)
Parameters
- remoteTarget
- JsonRpc
The json rpc connection to the remote target.