Show / Hide Table of Contents

    Class MethodRemotingQueueNameBuilder

    Provides the capability for building remoting queue names.

    Inheritance
    System.Object
    MethodRemotingQueueNameBuilder
    Namespace: Copper.Conventions.Method.Common.V1
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    public static class MethodRemotingQueueNameBuilder

    Methods

    View Source

    Build(Type)

    Builds a remoting queue name.

    Declaration
    public static string Build(Type contractType)
    Parameters
    Type Name Description
    System.Type contractType

    The contract type.

    Returns
    Type Description
    System.String

    The remoting queue name.

    • View Source
    Back to top Generated by DocFX