Avro C#
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Avro.Specific.ISpecificProtocol Interface Reference

Defines the interface for a class that implements a specific protocol. TODO: This interface needs better documentation. More...

Public Member Functions

void Request (ICallbackRequestor requestor, string messageName, object[] args, object callback)
 Execute a request.
 

Properties

Protocol Protocol [get]
 Protocol for this instance.
 

Detailed Description

Defines the interface for a class that implements a specific protocol. TODO: This interface needs better documentation.

Member Function Documentation

◆ Request()

void Avro.Specific.ISpecificProtocol.Request ( ICallbackRequestor  requestor,
string  messageName,
object[]  args,
object  callback 
)

Execute a request.

Parameters
requestorCallback requestor.
messageNameName of the message.
argsArguments for the message.
callbackCallback.

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