Show / Hide Table of Contents

    Class RequestSubmitterSettings

    Represents the settings for an InMemory request submitter.

    Inheritance
    System.Object
    RequestSubmitterSettings
    Namespace: Copper.Remoting.InMemory.Common.V1
    Assembly: Copper.Remoting.InMemory.Common.dll
    Syntax
    public class RequestSubmitterSettings

    Constructors

    View Source

    RequestSubmitterSettings(String)

    Initializes a new instance of the RequestSubmitterSettings class.

    Declaration
    public RequestSubmitterSettings(string consumerKey)
    Parameters
    Type Name Description
    System.String consumerKey

    The consumer key.

    Properties

    View Source

    ConsumerKey

    Gets the service name.

    Declaration
    public string ConsumerKey { get; }
    Property Value
    Type Description
    System.String

    The consumer key.

    • View Source
    Back to top Generated by DocFX