Click or drag to resize

RpcProxyBaseSendRequest Method

Sends an RPC request. This class is for internal Jumbo use only and should not be used from your code.

Namespace:  Ookii.Jumbo.Rpc
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected Object SendRequest(
	string operationName,
	Object[] parameters
)

Parameters

operationName
Type: SystemString
The name of the operation to invoke.
parameters
Type: SystemObject
The parameters of the operation.

Return Value

Type: Object
The result of the operation.
See Also