A factory class to be used in service wrappers and service adapters to instantiate
the requested or a configured specialized service implementation class.
Inheritance Hierarchy SystemObject
PDTec.IceNet.Sdk.ServiceServiceFactory
Namespace:
PDTec.IceNet.Sdk.Service
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static class ServiceFactory
The ServiceFactory type exposes the following members.
Methods
| Name | Description |
---|
| CreateServiceTService |
Creates an instance of the requested or a configured specialized service implementation class.
|
TopRemarks
This factory class is designed for internal use only.
See Also