Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised to notify the caller when the Unified Service Desk data fails to load.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UsdConfigurationManager
Dim handler As EventHandler(Of UsdDataLoadEventArgs)
AddHandler instance.UsdLoadFailure, handler
Syntax
'Declaration
Public Event UsdLoadFailure As EventHandler(Of UsdDataLoadEventArgs)
public event EventHandler<UsdDataLoadEventArgs> UsdLoadFailure
public:
event EventHandler<UsdDataLoadEventArgs^>^ UsdLoadFailure {
void add (EventHandler<UsdDataLoadEventArgs^>^ value);
void remove (EventHandler<UsdDataLoadEventArgs^>^ value);
}
/** @event */
public void add_UsdLoadFailure (EventHandler<UsdDataLoadEventArgs> value)
/** @event */
public void remove_UsdLoadFailure (EventHandler<UsdDataLoadEventArgs> value)
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.