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.ServiceAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
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