Click or drag to resize

IRpcDispatcherDispatch Method

Dispatches an RPC request.

Namespace: Ookii.Jumbo.Rpc
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
void Dispatch(
	string operationName,
	Object target,
	BinaryReader reader,
	BinaryWriter writer
)

Parameters

operationName  String
The name of the operation to dispatch.
target  Object
The object to invoke the operation on.
reader  BinaryReader
A BinaryReader to read argument values from.
writer  BinaryWriter
A BinaryWriter to write the return value to.
See Also