Show / Hide Table of Contents

    Class InMemoryCommonRequestReceiverBuilderExtensions

    RequestReceiverBuilder extensions.

    Inheritance
    System.Object
    InMemoryCommonRequestReceiverBuilderExtensions
    Namespace: Copper.Remoting.Common
    Assembly: Copper.Remoting.InMemory.Common.dll
    Syntax
    public static class InMemoryCommonRequestReceiverBuilderExtensions

    Methods

    View Source

    UseInMemory(RequestReceiverBuilder, ConsumerCollection, String)

    Configures the request receiver to use the InMemory transport.

    Declaration
    public static RequestReceiverBuilder UseInMemory(this RequestReceiverBuilder requestReceiverBuilder, ConsumerCollection consumerCollection, string consumerKey)
    Parameters
    Type Name Description
    RequestReceiverBuilder requestReceiverBuilder

    The request receiver builder.

    ConsumerCollection consumerCollection

    The consumer collection.

    System.String consumerKey

    The consumer key.

    Returns
    Type Description
    RequestReceiverBuilder
    • View Source
    In This Article
    • Methods
      • UseInMemory(RequestReceiverBuilder, ConsumerCollection, String)
    Back to top Generated by DocFX