JSONRPC.makeNotification

Returns a dictionary in the form of a JSON-RPC notification. Notifications are one-shot messages which do not expect a response. - method: Name of the method being called. - params: An array or dictionary of parameters being passed to the method.

struct JSONRPC
@nogc nothrow
Dictionary
makeNotification
(
VariantArg1
)
(
in String method
,
in VariantArg1 params
)

Meta