Click or drag to resize
RepositoryServiceAdapterTServiceInstance Method (IDatabaseRepository, String)
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static TService Instance(
	IDatabaseRepository pRepository,
	string userName
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
userName
Type: SystemString
The user name.

Return Value

Type: TService
See Also