DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / DeactivateAll Method
An optional string identifying this system and/or the institution at which this copy is being deactivated. This optional parameter can be empty
Another optional string with the same type of information as 'deactivationInfo1'/>



In This Topic
    DeactivateAll Method
    In This Topic
    Attempt to delete All installed licences from your machine and notify our licence servers of the deletion
    Syntax
    'Declaration
     
    
    Public Shared Sub DeactivateAll( _
       ByVal deactivationInfo1 As String, _
       ByVal deactivationInfo2 As String _
    ) 
    'Usage
     
    
    Dim deactivationInfo1 As String
    Dim deactivationInfo2 As String
     
    DicomLicence.DeactivateAll(deactivationInfo1, deactivationInfo2)
    public static void DeactivateAll( 
       string deactivationInfo1,
       string deactivationInfo2
    )
    public:
    static void DeactivateAll( 
       String^ deactivationInfo1,
       String^ deactivationInfo2
    ) 

    Parameters

    deactivationInfo1
    An optional string identifying this system and/or the institution at which this copy is being deactivated. This optional parameter can be empty
    deactivationInfo2
    Another optional string with the same type of information as 'deactivationInfo1'/>
    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