Show / Hide Table of Contents

    Method IsNotification

    IsNotification(IJsonRpcRequest)

    Determines whether the request is a notification, i.e. doesn't contain a JSON-RPC message ID and will generate no response from the server.
    Declaration
    public static bool IsNotification(this IJsonRpcRequest request)
    Parameters
    Type Name Description
    IJsonRpcRequest request This IJsonRpcRequest instance.
    Returns
    Type Description
    Boolean true, if the the request is a notification, otherwise false.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.