Show / Hide Table of Contents

    Interface IRequestSubmitterBuilderFactory

    Defines a method for creating a instance.

    Namespace: Copper.Conventions.Method.Client.V1.Interface
    Assembly: Copper.Conventions.Method.Client.dll
    Syntax
    public interface IRequestSubmitterBuilderFactory

    Methods

    View Source

    CreateFor<TContract>(String, Boolean)

    Creates a instance.

    Declaration
    Task<RequestSubmitterBuilder> CreateFor<TContract>(string applicationName, bool useCachedTransportMetadataIfAvailable)
        where TContract : class
    Parameters
    Type Name Description
    System.String applicationName

    The application name.

    System.Boolean useCachedTransportMetadataIfAvailable

    true if cached transport metadata should be used if available; otherwise, false.

    Returns
    Type Description
    System.Threading.Tasks.Task<RequestSubmitterBuilder>

    A System.Threading.Tasks.Task that represents outstanding operation. The result of the System.Threading.Tasks.Task is the instance.

    Type Parameters
    Name Description
    TContract

    The contract type.

    • View Source
    Back to top Generated by DocFX