ServiceJsonRpcDescriptor.JsonRpcConnection Constructors
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.
Overloads
ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc) |
Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class. |
ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc, ServiceJsonRpcDescriptor) |
Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class. |
ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc)
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.
Applies to
ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc, ServiceJsonRpcDescriptor)
Initializes a new instance of the ServiceJsonRpcDescriptor.JsonRpcConnection class.
public JsonRpcConnection (StreamJsonRpc.JsonRpc jsonRpc, Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor? owner);
new Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection : StreamJsonRpc.JsonRpc * Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor -> Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection
Public Sub New (jsonRpc As JsonRpc, owner As ServiceJsonRpcDescriptor)
Parameters
- jsonRpc
- JsonRpc
The JSON-RPC object.
- owner
- ServiceJsonRpcDescriptor
The descriptor that created this object.