Kinetica C# API
Version 7.2.3.0
SpecificProtocol.cs
Go to the documentation of this file.
1
18
namespace
Avro.Specific
19
{
20
public
interface
ISpecificProtocol
21
{
22
Protocol
Protocol
{
get
; }
23
void
Request
(
ICallbackRequestor
requestor,
string
messageName,
object
[] args,
object
callback);
24
}
25
26
public
interface
ICallbackRequestor
27
{
28
void
Request<T>
(
string
messageName,
object
[] args,
object
callback);
29
}
30
31
}
Avro.Specific.ISpecificProtocol
Definition:
SpecificProtocol.cs:20
Avro.Specific.ISpecificProtocol.Request
void Request(ICallbackRequestor requestor, string messageName, object[] args, object callback)
Avro.Protocol
Definition:
Protocol.cs:27
Avro.Specific
Definition:
ObjectCreator.cs:24
Avro.Specific.ICallbackRequestor
Definition:
SpecificProtocol.cs:26
Avro.Specific.ICallbackRequestor.Request< T >
void Request< T >(string messageName, object[] args, object callback)
_build
public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0
install
Avro
src
apache
main
Specific
SpecificProtocol.cs
Generated by
1.8.15