GigaSpaces XAP.NET Documentation
GetRemoteService Method (lookupName)
Class LibraryGigaSpaces.XAP.ProcessingUnit.Containers.BasicContainerBasicProcessingUnitContainerGetRemoteService(String)
Gets a hosted remote service which is managed by this container.
Declaration Syntax
C#Visual BasicVisual C++J#
public Object GetRemoteService(
	string lookupName
)
Public Function GetRemoteService ( _
	lookupName As String _
) As Object
public:
Object^ GetRemoteService(
	String^ lookupName
)
public Object GetRemoteService(
	String lookupName
)
Parameters
lookupName (String)
Service lookup name.
Return Value
Hosted remote service which is managed by this container.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.5.2.8900 (9.5.2.8900)