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.2.0.0 (7.2.7583.15464)
Syntax public 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