ExtensionPartServiceFactory.GetServiceDescriptor(ServiceMoniker) 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.
Gets the description of a service.
public override Microsoft.ServiceHub.Framework.ServiceRpcDescriptor GetServiceDescriptor (Microsoft.ServiceHub.Framework.ServiceMoniker serviceMoniker);
override this.GetServiceDescriptor : Microsoft.ServiceHub.Framework.ServiceMoniker -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overrides Function GetServiceDescriptor (serviceMoniker As ServiceMoniker) As ServiceRpcDescriptor
Parameters
- serviceMoniker
- ServiceMoniker
Service moniker that was requested.
Returns
An instance of a ServiceRpcDescriptor.