Eplan Platform API
Eplan.IdentityClient.Authentification Namespace / IEIdentityClient Interface / EplanCloudResourceDeprecationEvent Event

In This Topic
    EplanCloudResourceDeprecationEvent Event
    In This Topic
    Event raised when an EPLAN Cloud resource is deprecated
    Syntax
    [Nullable(Mono.Cecil.CustomAttributeArgument[])]
    event EventHandler<EplanCloudResourceDeprecationArgs> EplanCloudResourceDeprecationEvent
    [Nullable(Mono.Cecil.CustomAttributeArgument[])]
    event EventHandler<EplanCloudResourceDeprecationArgs^>^ EplanCloudResourceDeprecationEvent
    Event Data

    The event handler receives an argument of type EplanCloudResourceDeprecationArgs containing data related to this event. The following EplanCloudResourceDeprecationArgs properties provide information specific to this event.

    PropertyDescription
    Deprecation Date of the EPLAN Cloud resource  
    Available alternates to the deprecated resource  
    Date when the EPLAN Cloud resource is expected to become unresponsive  
    Uri of the Deprecated EPLAN Cloud resource  
    See Also