- code
- The LEADTOOLS PACS Framework unlock key.
- services
- The list of services that is instance of service administrator will control. The list should consist of the Service name.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function Unlock( _ ByVal code As String, _ ByVal services As List(Of String) _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ServiceAdministrator Dim code As String Dim services As List(Of String) Dim value As Boolean value = instance.Unlock(code, services) |
C# | |
---|---|
public bool Unlock( string code, List<string> services ) |
Managed Extensions for C++ | |
---|---|
public: bool Unlock( string* code, List<string*>* services ) |
C++/CLI | |
---|---|
public: bool Unlock( String^ code, List<String^>^ services ) |
Parameters
- code
- The LEADTOOLS PACS Framework unlock key.
- services
- The list of services that is instance of service administrator will control. The list should consist of the Service name.
Return Value
true if the LEADTOOLS PACS Framework was successfully unlockedTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7