Show / Hide Table of Contents

    Class MethodEventingQueueNameBuilder

    Provides the capability for building eventing queue names.

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

    Methods

    View Source

    Build(String, Type)

    Builds an eventing queue name.

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

    The handler name.

    System.Type contractType

    The contract type.

    Returns
    Type Description
    System.String

    The remoting queue name.

    • View Source
    Back to top Generated by DocFX