ServiceFactoryCreateServiceTService Method |
Creates an instance of the requested or a configured specialized service implementation class.
Namespace: PDTec.IceNet.Sdk.ServiceAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
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