DelegatingServiceJsonRpcDescriptor 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
DelegatingServiceJsonRpcDescriptor(DelegatingServiceJsonRpcDescriptor) |
Initializes a new instance of the DelegatingServiceJsonRpcDescriptor class. |
DelegatingServiceJsonRpcDescriptor(ServiceJsonRpcDescriptor) |
Initializes a new instance of the DelegatingServiceJsonRpcDescriptor class. |
DelegatingServiceJsonRpcDescriptor(DelegatingServiceJsonRpcDescriptor)
Initializes a new instance of the DelegatingServiceJsonRpcDescriptor class.
public DelegatingServiceJsonRpcDescriptor (Microsoft.ServiceHub.Framework.DelegatingServiceJsonRpcDescriptor descriptor);
new Microsoft.ServiceHub.Framework.DelegatingServiceJsonRpcDescriptor : Microsoft.ServiceHub.Framework.DelegatingServiceJsonRpcDescriptor -> Microsoft.ServiceHub.Framework.DelegatingServiceJsonRpcDescriptor
Public Sub New (descriptor As DelegatingServiceJsonRpcDescriptor)
Parameters
- descriptor
- DelegatingServiceJsonRpcDescriptor
Delegating descriptor to copy from.
Applies to
DelegatingServiceJsonRpcDescriptor(ServiceJsonRpcDescriptor)
Initializes a new instance of the DelegatingServiceJsonRpcDescriptor class.
public DelegatingServiceJsonRpcDescriptor (Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor innerDescriptor);
new Microsoft.ServiceHub.Framework.DelegatingServiceJsonRpcDescriptor : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor -> Microsoft.ServiceHub.Framework.DelegatingServiceJsonRpcDescriptor
Public Sub New (innerDescriptor As ServiceJsonRpcDescriptor)
Parameters
- innerDescriptor
- ServiceJsonRpcDescriptor
The descriptor to delegate operations to.