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.TestAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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:
TServiceThe instance of the service implementation.
See Also