Gets a hosted remote service which is managed by this container.
Declaration Syntax
C# | Visual Basic | Visual 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.