Exemplo n.º 1
0
 public override Void Handle(Org.Neo4j.causalclustering.core.consensus.RaftMessages_Timeout_Heartbeat heartbeat)
 {
     return(null);                        // Not network
 }
Exemplo n.º 2
0
 public override Outcome Handle(Org.Neo4j.causalclustering.core.consensus.RaftMessages_Timeout_Heartbeat heartbeat)
 {
     return(Outcome);
 }
Exemplo n.º 3
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public Void handle(org.neo4j.causalclustering.core.consensus.RaftMessages_Timeout_Heartbeat heartbeat) throws Exception
            public override Void Handle(Org.Neo4j.causalclustering.core.consensus.RaftMessages_Timeout_Heartbeat heartbeat)
            {
                return(IllegalOutbound(heartbeat));
            }