Searches Active Directory for all registered Operations Manager SDK services. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim returnValue As ReadOnlyCollection(Of Pair(Of String, String))

returnValue = SDKServiceConnector.FindSDKServices

Syntax

Visual Basic
Public Shared Function FindSDKServices As ReadOnlyCollection(Of Pair(Of String, String))
C#
public static ReadOnlyCollection<Pair<string,string>> FindSDKServices ()
C++
public:
static ReadOnlyCollection<Pair<String^, String^>^>^ FindSDKServices ()
J#
public static ReadOnlyCollection<Pair<String,String>> FindSDKServices ()
JScript
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