다음을 통해 공유


IUsdConfiguraitonManager.RefreshCachedEntry Method

Refreshes the cached entity.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As IUsdConfiguraitonManager
Dim ent As String

instance.RefreshCachedEntry(ent)

Syntax

'Declaration
Sub RefreshCachedEntry ( _
    ent As String _
)
void RefreshCachedEntry (
    string ent
)
void RefreshCachedEntry (
    String^ ent
)
void RefreshCachedEntry (
    String ent
)
function RefreshCachedEntry (
    ent : String
)

Parameters

  • ent
    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

IUsdConfiguraitonManager Interface
IUsdConfiguraitonManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.