XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / DeleteAllLicenses Method



In This Topic
    DeleteAllLicenses Method
    In This Topic
    Delete all XdsObjects licenses on a machine.
    Syntax
    Public Shared Sub DeleteAllLicenses() 
    XdsLicense.DeleteAllLicenses()
    public static void DeleteAllLicenses()
    public:
    static void DeleteAllLicenses(); 
    Remarks

    This method may be useful on a development machine to remove all traces of trial licenses etc., but should not normally be used on an end-user machine just in case there are licenses installed by other vendors

    Depending on the version of windows, and the permissions of the user, it is possible that not all licenses will be removed, espeically if they were installed by an administrator, but this method is invoked by a less privileged user.

    Note that functions previously used during an execution remain available after this call, despite CurrentLicense

    being set to null. Delete
    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