Dynamically define Hub methods in SignalR

38 Views Asked by At

Is it possibly to dynamically create Hub methods in SignalR? I want to create some Hub methods that provide completely the same logic, just with different types. Is it possible to dynamically add the Hub methods on hub creation or something like that?

I am looking for something similar to the On-Methods on SignalR clients, just server-side.

0

There are 0 best solutions below