ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc) Constructor
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.
Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class.
public:
JsonRpcConnection(StreamJsonRpc::JsonRpc ^ jsonRpc);
public JsonRpcConnection (StreamJsonRpc.JsonRpc jsonRpc);
new Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection : StreamJsonRpc.JsonRpc -> Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection
Public Sub New (jsonRpc As JsonRpc)
Parameters
- jsonRpc
- JsonRpc
The JSON-RPC object.