GigaSpaces XAP.NET Documentation
GetHostedService Method (lookupName)
Class LibraryGigaSpaces.XAP.Remoting.HostingIServiceHostGetHostedService(String)
Gets an exported service by lookup name.
Declaration Syntax
C#Visual BasicVisual C++J#
Object GetHostedService(
	string lookupName
)
Function GetHostedService ( _
	lookupName As String _
) As Object
Object^ GetHostedService(
	String^ lookupName
)
Object GetHostedService(
	String lookupName
)
Parameters
lookupName (String)
Service lookup name.
Return Value
Matching exported service or null if none exists.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)