Exemple #1
0
 public static bool TryClaim(INodeInformation node, IAgent agent)
 {
     return agent.Claim(node).Result == NodeResultType.Success;
 }
Exemple #2
0
 private static bool ItsClaimableTryClaim(INodeInformation node, IAgent agent)
 {
     return agent.Claim(node).Result == NodeResultType.Success;
 }