SDKServiceConnector.FindSDKServices Method
Searches Active Directory for all registered Operations Manager SDK services.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim returnValue As ReadOnlyCollection(Of Pair(Of String, String))
returnValue = SDKServiceConnector.FindSDKServices
Syntax
'Declaration
Public Shared Function FindSDKServices As ReadOnlyCollection(Of Pair(Of String, String))
public static ReadOnlyCollection<Pair<string,string>> FindSDKServices ()
public:
static ReadOnlyCollection<Pair<String^, String^>^>^ FindSDKServices ()
public static ReadOnlyCollection<Pair<String,String>> FindSDKServices ()
public static function FindSDKServices () : ReadOnlyCollection<Pair<String,String>>
Return Value
Returns a collection of string pairs that contain the registered Operations Manager 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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
SDKServiceConnector Class
SDKServiceConnector Members
Microsoft.EnterpriseManagement.Configuration Namespace