UsdConfigurationManager.RefreshCachedEntry Method
Refreshes the cached entry.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UsdConfigurationManager
Dim entity As String
instance.RefreshCachedEntry(entity)
Syntax
'Declaration
Public Sub RefreshCachedEntry ( _
entity As String _
)
public void RefreshCachedEntry (
string entity
)
public:
virtual void RefreshCachedEntry (
String^ entity
) sealed
public final void RefreshCachedEntry (
String entity
)
public final function RefreshCachedEntry (
entity : String
)
Parameters
- entity
Specifies the entity.
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
UsdConfigurationManager Class
UsdConfigurationManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.