Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/29/08 19:22:27 (16 years ago)
Author:
gkronber
Message:

worked on #2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/IEngineStore.cs

    r2 r32  
    2929  [ServiceContract(Namespace = "http://HeuristicLab.Grid")]
    3030  interface IEngineStore {
    31 
    3231    [OperationContract]
    33     bool TryTakeEngine(out Guid guid, out byte[] engine);
     32    bool TryTakeEngine(string clientUrl, out Guid guid, out byte[] engine);
    3433
    3534    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.