Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static TService CreateService<TService>()
where TService : new(), Object

Type Parameters

TService
The requested service class type.

Return Value

Type: TService
The service implementation class instance.
See Also