Avro C#
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Avro.IO.ICallback< in T > Interface Template Reference

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.
 
void HandleException (Exception exception)
 Receives an error.
 

Detailed Description

Obsolete - This will be removed from the public API in a future version.

Template Parameters
T

Member Function Documentation

◆ HandleException()

void Avro.IO.ICallback< in T >.HandleException ( Exception  exception)

Receives an error.

Parameters
exceptionError returned in the callback.

◆ HandleResult()

void Avro.IO.ICallback< in T >.HandleResult ( result)

Receives a callback result.

Parameters
resultResult returned in the callback.

The documentation for this interface was generated from the following file: