Click or drag to resize

TestServiceAdapterTServiceInstance Method

Retrieves a reference to an instance of the service implementation. This instance is connected to the ice.NET infrastructure.

Namespace:  PDTec.IceNet.Sdk.Test
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static TService Instance(
	DatabaseTestBase pTest
)

Parameters

pTest
Type: PDTec.IceNet.Sdk.TestDatabaseTestBase
The unit test that initiates the method call (typically this).

Return Value

Type: TService
The instance of the service implementation.
See Also