A factory class to be used in service wrappers and service adapters to instantiate
            the requested or a configured specialized service implementation class.
            
Inheritance HierarchySystemObject
  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)
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