DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / LicenseExpirationHandler Delegate
The time remaining until the current license expires






In This Topic
    LicenseExpirationHandler Delegate
    In This Topic
    Delegate used by the LicenseExpirationEvent
    Syntax
    'Declaration
     
    
    Public Delegate Sub LicenseExpirationHandler( _
       ByVal remaining As System.TimeSpan _
    ) 
    'Usage
     
    
    Dim instance As New LicenseExpirationHandler(AddressOf HandlerMethod)
    public delegate void LicenseExpirationHandler( 
       System.TimeSpan remaining
    )
    public delegate LicenseExpirationHandler( 
        remaining: System.TimeSpan
    );
    public delegate LicenseExpirationHandler( 
       remaining : System.TimeSpan
    )
    public: __gc __delegate void LicenseExpirationHandler( 
       System.TimeSpan remaining
    )
    public delegate void LicenseExpirationHandler( 
       System.TimeSpan remaining
    )

    Parameters

    remaining
    The time remaining until the current license expires
    Remarks

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

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also