Gets an exported service by lookup name.
Declaration Syntax
C# | Visual Basic | Visual 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.