PushService.PushToConnections Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
PushToConnections(String, Object, IEnumerable)
Sends an event to the specified connections via the WebSocket-based realtime API.
public static Task PushToConnections(string name, object data, IEnumerable connectionIds)
Parameters
- name
- System.String
- data
- System.Object
- connection
Ids - System.Collections.Generic.IEnumerable{System.Guid}
Returns
System.Threading.Tasks.Task