|
Kinetica C# API
Version 7.2.3.0
|
Public Member Functions | |
| void | HandleResult (T result) |
| Receives a callback result. More... | |
| void | HandleException (Exception exception) |
| Receives an error. More... | |
Definition at line 23 of file ICallback.cs.
| void Avro.IO.ICallback< in in T >.HandleException | ( | Exception | exception | ) |
Receives an error.
| error | the error returned in the callback. |
| void Avro.IO.ICallback< in in T >.HandleResult | ( | T | result | ) |
Receives a callback result.
| result | the result returned in the callback. |