Avro C#
|
Obsolete - This will be removed from the public API in a future version. More...
Public Member Functions | |
void | HandleResult (T result) |
Receives a callback result. More... | |
void | HandleException (Exception exception) |
Receives an error. More... | |
Obsolete - This will be removed from the public API in a future version.
T |
void Avro.IO.ICallback< in in T >.HandleException | ( | Exception | exception | ) |
Receives an error.
exception | Error returned in the callback. |
void Avro.IO.ICallback< in in T >.HandleResult | ( | T | result | ) |
Receives a callback result.
result | Result returned in the callback. |