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: 7.0.0.0 (7.0.6906.26599)
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