Show / Hide Table of Contents

    Class RequestSubmitterOptions

    Represents the options for a MassTransit request submitter.

    Inheritance
    System.Object
    RequestSubmitterOptions
    Namespace: Copper.Remoting.MassTransit.Common.V1
    Assembly: Copper.Remoting.MassTransit.Common.dll
    Syntax
    public class RequestSubmitterOptions

    Constructors

    View Source

    RequestSubmitterOptions()

    Initializes a new instance of the RequestSubmitterOptions class.

    Declaration
    public RequestSubmitterOptions()

    Properties

    View Source

    RequestTimeout

    Gets or sets the request timeout.

    Declaration
    public TimeSpan RequestTimeout { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    The request timeout.

    • View Source
    Back to top Generated by DocFX