JsonRpcMethodAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JsonRpcMethodAttribute() |
Initializes a new instance of the JsonRpcMethodAttribute class. |
JsonRpcMethodAttribute(String) |
Initializes a new instance of the JsonRpcMethodAttribute class. |
JsonRpcMethodAttribute()
Initializes a new instance of the JsonRpcMethodAttribute class.
public JsonRpcMethodAttribute ();
Public Sub New ()
Applies to
JsonRpcMethodAttribute(String)
Initializes a new instance of the JsonRpcMethodAttribute class.
public JsonRpcMethodAttribute (string name);
public JsonRpcMethodAttribute (string? name);
new StreamJsonRpc.JsonRpcMethodAttribute : string -> StreamJsonRpc.JsonRpcMethodAttribute
Public Sub New (name As String)
Parameters
- name
- String
Replacement name of a method.