DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / LicenseExpirationEvent Event



In This Topic
    LicenseExpirationEvent Event
    In This Topic
    Event to alert application that the current temporary license is about to expire
    Syntax
    'Declaration
     
    Public Event LicenseExpirationEvent As LicenseExpirationHandler
    'Usage
     
    Dim instance As DicomLicense
    Dim handler As LicenseExpirationHandler
     
    AddHandler instance.LicenseExpirationEvent, handler
    public event LicenseExpirationHandler LicenseExpirationEvent
    public:
    event LicenseExpirationHandler^ LicenseExpirationEvent
    Remarks

    This method is only available in special builds of DicomObjects which include the temporary licensing facility

    The event is fired 30s before license expiry

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also