DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / GetRamLicense Method
The RAM License Key
Any useful information about the current user
String result to indicate success or failure






In This Topic
    GetRamLicense Method
    In This Topic
    Get a concurrent temporary license
    Syntax
    'Declaration
     
    
    Public Shared Function GetRamLicense( _
       ByVal AuthorisationString As System.String, _
       ByVal CustomerInfo As System.String, _
       ByRef Result As System.String _
    ) As DicomLicense
    'Usage
     
    
    Dim AuthorisationString As System.String
    Dim CustomerInfo As System.String
    Dim Result As System.String
    Dim value As DicomLicense
     
    value = DicomLicense.GetRamLicense(AuthorisationString, CustomerInfo, Result)
    public static DicomLicense GetRamLicense( 
       System.string AuthorisationString,
       System.string CustomerInfo,
       out System.string Result
    )
    public function GetRamLicense( 
        AuthorisationString: System.String;
        CustomerInfo: System.String;
       Out  Result: System.String
    ): DicomLicense; static; 
    public static function GetRamLicense( 
       AuthorisationString : System.String,
       CustomerInfo : System.String,
       Result : System.String
    ) : DicomLicense;
    public: static DicomLicense* GetRamLicense( 
       System.string* AuthorisationString,
       System.string* CustomerInfo,
       [PARAMFLAG::Out] System.string* Result
    ) 
    public:
    static DicomLicense^ GetRamLicense( 
       System.String^ AuthorisationString,
       System.String^ CustomerInfo,
       [Out] System.String^ Result
    ) 

    Parameters

    AuthorisationString
    The RAM License Key
    CustomerInfo
    Any useful information about the current user
    Result
    String result to indicate success or failure
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also