DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / DeactivateOnline Method
An optional string identifying the PC and or institution at which this copy is being deactivated
A second string with the same function






    DeactivateOnline Method
    Attempt to Delete all installed Licenses on-line
    Syntax
    'Declaration
     
    
    Public Shared Function DeactivateOnline( _
       ByVal CustomerInfo1 As System.String, _
       ByVal CustomerInfo2 As System.String _
    ) As System.String
     
    'Usage
     
    
    Dim CustomerInfo1 As System.String
    Dim CustomerInfo2 As System.String
    Dim value As System.String
     
    value = DicomLicense.DeactivateOnline(CustomerInfo1, CustomerInfo2)

    Parameters

    CustomerInfo1
    An optional string identifying the PC and or institution at which this copy is being deactivated
    CustomerInfo2
    A second string with the same function
    Remarks
    This method tries to delete all installed licenses on your machine and notify our license server of the deletion.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also