DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / StoreLicenseHandler Delegate
Token to store






    StoreLicenseHandler Delegate
    Delegate for StoreLicense event
    Syntax
    'Declaration
     
    
    Public Delegate Function StoreLicenseHandler( _
       ByVal LicenseToken As System.String _
    ) As System.Boolean
     
    'Usage
     
    
    Dim instance As New StoreLicenseHandler(AddressOf HandlerMethod)

    Parameters

    LicenseToken
    Token to store

    Return Value

    True if the routine stores the license key successfully
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also