ServiceAdapterTServiceInstance Method |
Retrieves a reference to an instance of the service implementation. This instance
is connected to the ice.NET infrastructure.
Namespace: PDTec.IceNet.Sdk.ServiceAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static TService Instance(
IceNetService pCallingContext
)
Parameters
- pCallingContext
- Type: PDTec.IceNet.Sdk.ServiceIceNetService
The service that initiates the method call (typically this).
Return Value
Type:
TServiceThe instance of the service implementation.
See Also