Поделиться через


CRMGlobalManager.DesktopLoadFailure Event

Raised to notify a caller of a critical failure

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As CRMGlobalManager
Dim handler As EventHandler(Of UsdDesktopLoadEventArgs)

AddHandler instance.DesktopLoadFailure, handler

Syntax

'Declaration
Public Event DesktopLoadFailure As EventHandler(Of UsdDesktopLoadEventArgs)
public event EventHandler<UsdDesktopLoadEventArgs> DesktopLoadFailure
public:
virtual event EventHandler<UsdDesktopLoadEventArgs^>^ DesktopLoadFailure {
    void add (EventHandler<UsdDesktopLoadEventArgs^>^ value) sealed;
    void remove (EventHandler<UsdDesktopLoadEventArgs^>^ value) sealed;
}
/** @event */
public final void add_DesktopLoadFailure (EventHandler<UsdDesktopLoadEventArgs> value)

/** @event */
public final void remove_DesktopLoadFailure (EventHandler<UsdDesktopLoadEventArgs> value)

Platforms

See Also

Reference

CRMGlobalManager Class
CRMGlobalManager Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

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