DicomObjects.NET.V8
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



In This Topic
    DeactivateOnline Method
    In This Topic
    Attempt to Delete all installed Licenses on-line
    Syntax
    'Declaration
     
    Public Shared Function DeactivateOnline( _
       ByVal CustomerInfo1 As String, _
       ByVal CustomerInfo2 As String _
    ) As String
    'Usage
     
    Dim CustomerInfo1 As String
    Dim CustomerInfo2 As String
    Dim value As String
     
    value = DicomLicense.DeactivateOnline(CustomerInfo1, CustomerInfo2)
    public static string DeactivateOnline( 
       string CustomerInfo1,
       string CustomerInfo2
    )
    public:
    static String^ DeactivateOnline( 
       String^ CustomerInfo1,
       String^ 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.0 or higher

    See Also