ServiceNameFormat Class

Definition

This class provides the logic for deriving the names of various items within the manifest from the code. It is used by framework components when names are not specified in the API and the framework types have to default it to a meaningful name derived from the service type.

public static class ServiceNameFormat
type ServiceNameFormat = class
Public Class ServiceNameFormat
Inheritance
ServiceNameFormat

Methods

GetEndpointName(Type)

Gets the default endpoint resource name for the given service type

Applies to