PushService.Push Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Push(string, object)
Sends an event to all connected clients via the WebSocket-based realtime API.
public static void Push(string name, object data)
Parameters
- name
- string
Name of the event.
- data
- object
The data to send.