Show / Hide Table of Contents

    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.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.