XdsObjects Help file
XdsObjects Namespace / XdsLicense.RetrieveLicenseHandler Delegate



In This Topic
    XdsLicense.RetrieveLicenseHandler Delegate
    In This Topic
    Delegate for the RetrieveLicense event
    Syntax
    Public Delegate Function XdsLicense.RetrieveLicenseHandler() As String
    Dim instance As New XdsLicense.RetrieveLicenseHandler(AddressOf HandlerMethod)
    public delegate string XdsLicense.RetrieveLicenseHandler()
    public delegate String^ XdsLicense.RetrieveLicenseHandler();

    Return Value

    A previously stored license string - as passed via StoreLicense
    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