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.Service
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
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