Class ServiceInstanceProxyFactoryBuilder
Provides the builder class for a ServiceInstanceProxyFactoryBuilder.
Inheritance
System.Object
ServiceInstanceProxyFactoryBuilder
Implements
System.IDisposable
Namespace: Copper.Service
Assembly: Copper.Service.dll
Syntax
public sealed class ServiceInstanceProxyFactoryBuilder : ServiceInstanceProxyFactoryBuilder<ServiceInstanceProxyFactoryBuilder>, IDisposable
Methods
View SourceCreate()
Creates a new ServiceInstanceProxyFactoryBuilder instance.
Declaration
public static ServiceInstanceProxyFactoryBuilder Create()
Returns
Type | Description |
---|---|
ServiceInstanceProxyFactoryBuilder | The ServiceInstanceProxyFactoryBuilder instance. |
Implements
System.IDisposable