Gets a list of the requests in the Forefront Identity Manager
Certificate Management (FIM CM) management agent connector space
that are connected to the
MVEntry object that is being
evaluated.
Namespace: Mms_Metaverse
Assembly: ClmUtils (in clmutils.dll)
Usage
Visual Basic |
Dim instance As ClmUtils
Dim targetCLMMA As ConnectedMA
Dim returnValue As List(Of CSEntry)
returnValue = instance.GetConnectedRequests(targetCLMMA)
|
Syntax
Visual Basic |
Public Function GetConnectedRequests ( _
targetCLMMA As ConnectedMA _
) As List(Of CSEntry)
|
JScript |
public function GetConnectedRequests (
targetCLMMA : ConnectedMA
) : List<CSEntry>
|
Parameters
- targetCLMMA
-
The FIM CM management agent through which the new object is
provisioned.
Return Value
The list of
CSEntry objects that are of type
clmProfile and connected to the
MVEntry object.
Remarks
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
Target Platforms
See Also