  | 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
Syntaxpublic void Send(
	int methodIndex,
	IList paramValues
)
Public Sub Send ( 
	methodIndex As Integer,
	paramValues As IList
)
Dim instance As JsonRpcRealProxy
Dim methodIndex As Integer
Dim paramValues As IList
instance.Send(methodIndex, paramValues)
public:
void Send(
	int methodIndex, 
	IList^ paramValues
)
member Send : 
        methodIndex : int * 
        paramValues : IList -> unit 
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