ServiceFactoryCreateServiceTService Method |
Creates an instance of the requested or a configured specialized service implementation class.
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 TService CreateService<TService>()
where TService : new(), Object
Type Parameters
- TService
- The requested service class type.
Return Value
Type:
TServiceThe service implementation class instance.
See Also