UsdConfigurationManager.LoadUsdConfig Method
Starts the loading of the configuration of Unified Service Desk.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UsdConfigurationManager
Dim returnValue As Boolean
returnValue = instance.LoadUsdConfig
Syntax
'Declaration
Public Function LoadUsdConfig As Boolean
public bool LoadUsdConfig ()
public:
bool LoadUsdConfig ()
public boolean LoadUsdConfig ()
public function LoadUsdConfig () : boolean
Return Value
Type: Boolean
true if the configuration loads successfully; 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
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.