Show / Hide Table of Contents

    Interface IServiceDiscoveryMetadataProvider

    Provides metadata required to respond to a service discovery request.

    Namespace: Copper.Discovery.Common.Interface
    Assembly: Copper.Discovery.Common.dll
    Syntax
    public interface IServiceDiscoveryMetadataProvider

    Methods

    View Source

    Retrieve()

    Retrieves the service discovery metadata.

    Declaration
    string Retrieve()
    Returns
    Type Description
    System.String

    A System.String containing the service discovery metadata.

    • View Source
    Back to top Generated by DocFX