DicomObjects.NET.V8
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 String, _
       ByVal CustomerInfo As String, _
       ByRef Result As String _
    ) As DicomLicense
    'Usage
     
    Dim AuthorisationString As String
    Dim CustomerInfo As String
    Dim Result As String
    Dim value As DicomLicense
     
    value = DicomLicense.GetRamLicense(AuthorisationString, CustomerInfo, Result)
    public static DicomLicense GetRamLicense( 
       string AuthorisationString,
       string CustomerInfo,
       out string Result
    )
    public:
    static DicomLicense^ GetRamLicense( 
       String^ AuthorisationString,
       String^ CustomerInfo,
       [Out] 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.0 or higher

    See Also