Esempio n. 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public org.neo4j.causalclustering.core.consensus.outcome.Outcome handle(org.neo4j.causalclustering.core.consensus.RaftMessages_Heartbeat heartbeat) throws java.io.IOException
            public override Outcome Handle(RaftMessages_Heartbeat heartbeat)
            {
                Heart.Beat(Ctx, Outcome, heartbeat, Log);
                return(Outcome);
            }