Table of Contents

Method AddMethod

Namespace
Sisk.JsonRPC
Assembly
Sisk.JsonRPC.dll

AddMethod(string, Delegate)

Adds a method to the collection with the specified name.

public void AddMethod(string name, Delegate method)

Parameters

name string

The name of the method to add.

method Delegate

The delegate representing the method to add.