SDKServiceConnector.FindSDKServices Method ()
Searches for all registered SDK services.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim returnValue As ReadOnlyCollection(Of Pair(Of String, String))
returnValue = SDKServiceConnector.FindSDKServices
Syntax
'Declaration
<ObsoleteAttribute("This method is now obsolete. Please use SDKServiceConnector.FindSDKServices(Product) instead")> _
Public Shared Function FindSDKServices As ReadOnlyCollection(Of Pair(Of String, String))
[ObsoleteAttribute("This method is now obsolete. Please use SDKServiceConnector.FindSDKServices(Product) instead")]
public static ReadOnlyCollection<Pair<string,string>> FindSDKServices ()
[ObsoleteAttribute(L"This method is now obsolete. Please use SDKServiceConnector.FindSDKServices(Product) instead")]
public:
static ReadOnlyCollection<Pair<String^, String^>^>^ FindSDKServices ()
/** @attribute ObsoleteAttribute("This method is now obsolete. Please use SDKServiceConnector.FindSDKServices(Product) instead") */
public static ReadOnlyCollection<Pair<String,String>> FindSDKServices ()
ObsoleteAttribute("This method is now obsolete. Please use SDKServiceConnector.FindSDKServices(Product) instead")
public static function FindSDKServices () : ReadOnlyCollection<Pair<String,String>>
Return Value
A collection of string pairs that contain the registered SDK services.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
SDKServiceConnector Class
SDKServiceConnector Members
Microsoft.EnterpriseManagement.Configuration Namespace