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



    LicenseExpirationEvent Event
    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
    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