IDomainServiceFactory Interface
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Provides an interface for DomainService factory implementations.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public Interface IDomainServiceFactory
'Usage
Dim instance As IDomainServiceFactory
public interface IDomainServiceFactory
public interface class IDomainServiceFactory
type IDomainServiceFactory = interface end
public interface IDomainServiceFactory
The IDomainServiceFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateDomainService | Creates a new DomainService instance. | |
ReleaseDomainService | Releases an existing DomainService instance. |
Top