Show / Hide Table of Contents

    Class ServiceInstanceProxyFactoryBuilder

    Provides the builder class for a ServiceInstanceProxyFactoryBuilder.

    Inheritance
    System.Object
    ComponentBuilder
    ComponentBuilder<ServiceInstanceProxyFactory, ServiceInstanceProxyFactoryBuilder>
    ServiceInstanceProxyFactoryBuilder<ServiceInstanceProxyFactoryBuilder>
    ServiceInstanceProxyFactoryBuilder
    Implements
    System.IDisposable
    Namespace: Copper.Service
    Assembly: Copper.Service.dll
    Syntax
    public sealed class ServiceInstanceProxyFactoryBuilder : ServiceInstanceProxyFactoryBuilder<ServiceInstanceProxyFactoryBuilder>, IDisposable

    Methods

    View Source

    Create()

    Creates a new ServiceInstanceProxyFactoryBuilder instance.

    Declaration
    public static ServiceInstanceProxyFactoryBuilder Create()
    Returns
    Type Description
    ServiceInstanceProxyFactoryBuilder

    The ServiceInstanceProxyFactoryBuilder instance.

    Implements

    System.IDisposable
    • View Source
    Back to top Generated by DocFX