Click or drag to resize

JsonRpcRealProxySend Method (Int32, IList)

[This is preliminary documentation and is subject to change.]

Infrastructure. Sends the notification; do not wait for the response.

Namespace:  JsonRpc.DynamicProxy.Client
Assembly:  JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public void Send(
	int methodIndex,
	IList paramValues
)

Parameters

methodIndex
Type: SystemInt32

[Missing <param name="methodIndex"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcRealProxy.Send(System.Int32,System.Collections.IList)"]

paramValues
Type: System.CollectionsIList

[Missing <param name="paramValues"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcRealProxy.Send(System.Int32,System.Collections.IList)"]

See Also