DelegatingServiceJsonRpcDescriptor.CreateConnection(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.
Initializes a new instance of a ServiceJsonRpcDescriptor.JsonRpcConnection or derived type.
protected internal override Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection CreateConnection (StreamJsonRpc.JsonRpc jsonRpc);
override this.CreateConnection : StreamJsonRpc.JsonRpc -> Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor.JsonRpcConnection
Protected Friend Overrides Function CreateConnection (jsonRpc As JsonRpc) As ServiceJsonRpcDescriptor.JsonRpcConnection
Parameters
- jsonRpc
- JsonRpc
The JsonRpc object that will have to be passed to ServiceJsonRpcDescriptor.JsonRpcConnection(JsonRpc).
Returns
The new instance of ServiceJsonRpcDescriptor.JsonRpcConnection.