Click or drag to resize

RepositoryServiceAdapterTServiceInstance Method (IDatabaseRepository)

Gets a service instance that is connected to the ice.NET infrastructure.

Namespace:  PDTec.IceNet.Sdk.Service
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static TService Instance(
	IDatabaseRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.

Return Value

Type: TService
See Also