Kinetica C# API
Version 7.2.3.0
ICallback.cs
Go to the documentation of this file.
1
19
using
System;
20
21
namespace
Avro.IO
22
{
23
public
interface
ICallback
<in T>
24
{
29
void
HandleResult
(T result);
30
35
void
HandleException
(Exception exception);
36
}
37
}
Avro.IO
Definition:
BinaryDecoder.cs:22
Avro.IO.ICallback.HandleException
void HandleException(Exception exception)
Receives an error.
Avro.IO.ICallback
Definition:
ICallback.cs:23
Avro.IO.ICallback.HandleResult
void HandleResult(T result)
Receives a callback result.
_build
public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0
install
Avro
src
apache
main
IO
ICallback.cs
Generated by
1.8.15