Exemplo n.º 1
0
 /// <summary>
 /// Get current neighbors of this node
 /// </summary>
 /// <param name="handler">handler for result</param>
 public void NeighborsRequest(NeighborConfirmHandler handler)
 {
     _route.NeighborRequest(handler);
 }