DicomObjects.NET.V8
DicomObjects.Delegates Namespace / RetrieveLicenseHandler Delegate



    RetrieveLicenseHandler Delegate
    Delegate for the RetrieveLicense event
    Syntax
    'Declaration
     
    Public Delegate Function RetrieveLicenseHandler() As String
     
    'Usage
     
    Dim instance As New RetrieveLicenseHandler(AddressOf HandlerMethod)

    Return Value

    A previously stored license string - as passed via StoreLicense
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also