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.2.0.0 (7.2.7583.15464)
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