Constructor JsonRpcBatch
JsonRpcBatch()
Initialises an empty JSON-RPC messages batch.
Declaration
public JsonRpcBatch()
JsonRpcBatch(IList<T>)
Initialises a new JSON-RPC batch with a given list of messages.
Declaration
public JsonRpcBatch(IList<T> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<T> | collection | The list of JSON-RPC messages to initialise the batch with. |