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






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 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)
    public static System.string DeactivateOnline( 
       System.string CustomerInfo1,
       System.string CustomerInfo2
    )
    public function DeactivateOnline( 
        CustomerInfo1: System.String;
        CustomerInfo2: System.String
    ): System.String; static; 
    public static function DeactivateOnline( 
       CustomerInfo1 : System.String,
       CustomerInfo2 : System.String
    ) : System.String;
    public: static System.string* DeactivateOnline( 
       System.string* CustomerInfo1,
       System.string* CustomerInfo2
    ) 
    public:
    static System.String^ DeactivateOnline( 
       System.String^ CustomerInfo1,
       System.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.8 or higher

    See Also