'DeclarationPublic 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
'DeclarationPublic Shared Sub RemoveRamLicense( _ ByRef result As System.String _ )
public static void RemoveRamLicense( out System.string result )
// 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