DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / RetrieveLicenseHandler Delegate

In This Topic
    RetrieveLicenseHandler Delegate
    In This Topic
    Delegate for the RetrieveLicense event
    Syntax
    'Declaration
     
    
    Public Delegate Function RetrieveLicenseHandler() As System.String
    public delegate System.string RetrieveLicenseHandler()

    Return Value

    A previously stored license string - as passed via StoreLicense
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also