processedResult<T> abstract method

bool processedResult<T>(
  1. T result
)

Called when a node has processed an unsolicited request so that any outstanding request waiting for that information can be completed. Returns true if an outstanding request was satisified, else false.

Implementation

bool processedResult<T>(T result);