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
Namespace:
PDTec.IceNet.Sdk.Service
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic 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.
|
Top
Remarks
This factory class is designed for internal use only.
See Also