Constructor HubMethod
HubMethod(string)
Initializes a new instance of the HubMethod<TResult> class.
Declaration
public HubMethod(string name = "")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The method name. Defaults to the name of the member the definition is assigned to. |