DicomObjects.NET Core Documentation
DicomObjects.Delegates Namespace / LicenceStoredHandler Delegate
Token to store



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

    Parameters

    licenceToken
    Token to store

    Return Value

    True if the routine stores the licence key successfully
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also