Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions
Avro.IO.ICallback< T > Interface Template Reference

List of all members.

Public Member Functions

void HandleResult (T result)
void HandleException (Exception exception)

template<in T>
interface Avro::IO::ICallback< T >


Member Function Documentation

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

Receives an error.

Parameters:
errorthe error returned in the callback.
template<in T>
void Avro.IO.ICallback< T >.HandleResult ( result)

Receives a callback result.

Parameters:
resultthe result returned in the callback.

The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties