Namespace: Mms_Metaverse
Assembly: ClmUtils (in clmutils.dll)
Usage
Visual Basic |
---|
Dim instance As ClmUtils Dim targetCLMMA As ConnectedMA Dim profileUuid As Guid Dim returnValue As List(Of CSEntry) returnValue = instance.GetConnectedRequests(targetCLMMA, profileUuid) |
Syntax
Visual Basic |
---|
Public Function GetConnectedRequests ( _ targetCLMMA As ConnectedMA, _ profileUuid As Guid _ ) As List(Of CSEntry) |
C# |
---|
public List<CSEntry> GetConnectedRequests ( ConnectedMA targetCLMMA, Guid profileUuid ) |
C++ |
---|
public: List<CSEntry^>^ GetConnectedRequests ( ConnectedMA^ targetCLMMA, Guid profileUuid ) |
J# |
---|
public List<CSEntry> GetConnectedRequests ( ConnectedMA targetCLMMA, Guid profileUuid ) |
JScript |
---|
public function GetConnectedRequests ( targetCLMMA : ConnectedMA, profileUuid : Guid ) : List<CSEntry> |
Parameters
- targetCLMMA
-
The FIM CM management agent through which the new object is provisioned.
- profileUuid
-
The unique identifier of the profile for which to get the connected profiles.
Return Value
The list of CSEntry objects that are of type clmProfile and connected to the MVEntry.Remarks
This method retrieves a list of the requests in the FIM CM management agent connector space that are connected to the MVEntry object that is being evaluated. It scopes the result set to the profile that is specified by profileUuid.
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.