Brunet.Node.HeartBeatAction.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
      public void Start() {
        try {
          _eh(_n, EventArgs.Empty);
        }
        catch(Exception x) {
          ProtocolLog.WriteIf(ProtocolLog.Exceptions, String.Format(
            "Exception in heartbeat event : {0}", x));
        }
      }
      public void OnFuzzy(DateTime runtime) {