ProfileOperations.AddEntityCollectionToLocalCache Method
Adds an entity collection to the cache queue.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As ProfileOperations
Dim ecToAdd As EntityCollection
Dim returnValue As Boolean
returnValue = instance.AddEntityCollectionToLocalCache(ecToAdd)
Syntax
'Declaration
Public Function AddEntityCollectionToLocalCache ( _
ecToAdd As EntityCollection _
) As Boolean
public bool AddEntityCollectionToLocalCache (
EntityCollection ecToAdd
)
public:
bool AddEntityCollectionToLocalCache (
EntityCollection^ ecToAdd
)
public boolean AddEntityCollectionToLocalCache (
EntityCollection ecToAdd
)
public function AddEntityCollectionToLocalCache (
ecToAdd : EntityCollection
) : boolean
Parameters
- ecToAdd
Specifies the entity collection.
Return Value
Type: Boolean
true if the entity is added to the collection; otherwise, false.
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
See Also
Reference
ProfileOperations Class
ProfileOperations Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.