DicomObjects.NET.V8
DicomObjects.Delegates Namespace / StoreLicenseHandler Delegate
Token to store



In This Topic
    StoreLicenseHandler Delegate
    In This Topic
    Delegate for StoreLicense event
    Syntax
    'Declaration
     
    Public Delegate Function StoreLicenseHandler( _
       ByVal LicenseToken As String _
    ) As Boolean
    'Usage
     
    Dim instance As New StoreLicenseHandler(AddressOf HandlerMethod)
    public delegate bool StoreLicenseHandler( 
       string LicenseToken
    )
    public delegate bool StoreLicenseHandler( 
       String^ LicenseToken
    )

    Parameters

    LicenseToken
    Token to store

    Return Value

    True if the routine stores the license key successfully
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also