Class ServiceInstanceProxyFactoryBuilder
Provides the builder class for a Service
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 Service
Declaration
public static ServiceInstanceProxyFactoryBuilder Create()
Returns
Type | Description |
---|---|
Service |
The Service |
Implements
System.IDisposable