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. |