Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/09 17:04:39 (15 years ago)
Author:
msteinbi
Message:

Started implementation of Lifecycle Management for CLient Communicator (#453)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/ILifecycleManager.cs

    r948 r1088  
    2525using System.Text;
    2626
    27 namespace HeuristicLab.Hive.Contracts.Interfaces {
     27namespace HeuristicLab.Hive.Contracts.Interfaces {   
    2828  /// <summary>
    2929  /// Manages the lifecycle of the application
    3030  /// </summary>
    31   public interface ILifecycleManager {
     31  public interface ILifecycleManager {   
    3232    /// <summary>
    3333    /// Initializes the application
    3434    /// </summary>
    3535    void Init();
     36
     37    /// <summary>
     38    /// The server heartbeat
     39    /// </summary>
     40    event EventHandler OnServerHeartbeat;
    3641
    3742    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.