- Timestamp:
- 06/08/11 15:52:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MPI/HeuristicLab.MPIAlgorithmRunner/3.3/IAlgorithmBroker.cs
r6388 r6398 33 33 public interface IAlgorithmBroker { 34 34 [OperationContract] 35 void TransmitAlgorithm(MPITransportWrapper<IAlgorithm> algorithm );35 void TransmitAlgorithm(MPITransportWrapper<IAlgorithm> algorithm, int updateInterval); 36 36 37 37 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.