| 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
)
Protected Function SendRequest (
operationName As String,
parameters As Object()
) As Object
protected:
Object^ SendRequest(
String^ operationName,
array<Object^>^ parameters
)
member SendRequest :
operationName : string *
parameters : Object[] -> Object
Parameters
- operationName
- Type: SystemString
The name of the operation to invoke. - parameters
- Type: SystemObject
The parameters of the operation.
Return Value
Type:
ObjectThe result of the operation.
See Also