PushService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service class for pushing realtime events to connected clients. They can subscribe to these events with wvy.connection.default.on("event.weavy")
public static class PushService
- Inheritance:
- System.Object → PushService
Fields
Methods
Push(string, object) | Sends an event to all connected clients via the WebSocket-based realtime API. |
Push |
Sends an event to the specified connection via the WebSocket-based realtime API. |
Push |
Sends an event to the specified connections via the WebSocket-based realtime API. |
Push |
Sends an event to the specified user via the WebSocket-based realtime API. |
Push |
Sends an event to the specified users via the WebSocket-based realtime API. |