XdsObjects Help file
XdsObjects Namespace / XdsLicense.StoreLicenseHandler Delegate
Token to store



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

    Parameters

    LicenseToken
    Token to store

    Return Value

    True if the routine stores the license 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