Public Member Functions | |
void | HandleResult (T result) |
void | HandleException (Exception exception) |
void Avro.IO.ICallback< T >.HandleException | ( | Exception | exception | ) |
Receives an error.
error | the error returned in the callback. |
void Avro.IO.ICallback< T >.HandleResult | ( | T | result | ) |
Receives a callback result.
result | the result returned in the callback. |