Changeset 4313 for trunk/sources/HeuristicLab.Services.OKB/3.3/Interfaces
- Timestamp:
- 08/25/10 04:32:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.OKB/3.3/Interfaces/IRunnerService.cs
r4279 r4313 33 33 34 34 /// <summary> 35 /// Logs the specified usernamein. In case the user or client35 /// Logs the current user in. In case the user or client 36 36 /// does not exist yet, they are created on the server. This 37 37 /// method is currently not used for authentication but merely 38 38 /// for auditing. 39 39 /// </summary> 40 /// <param name="username">The username.</param>41 40 /// <param name="clientname">The clientname.</param> 42 41 /// <returns><c>true</c> if the login was successful; <c>false</c> otherwise.</returns> 43 42 [OperationContract(IsInitiating = true)] 44 bool Login(string username, stringclientname);43 bool Login(string clientname); 45 44 46 45 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.