DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / RemoveRamLicense Method
string result to indicate success or failure
Example

In This Topic
    RemoveRamLicense Method
    In This Topic
    Deactivate a RAM License
    Syntax
    'Declaration
     
    
    Public Shared Sub RemoveRamLicense( _
       ByRef result As System.String _
    ) 
    public static void RemoveRamLicense( 
       out System.string result
    )

    Parameters

    result
    string result to indicate success or failure
    Example
    // result will show the status of the operation i.e. "License Obtained and Stored OK"
    DicomLicense.RemoveRamLicense(out string result);
    DicomLicense curLic = DicomLicense.CurrentLicense;  // Should be null
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also