Interface IWebSocketService
Namespace: Common.Contracts
Assembly: Common.dll
public interface IWebSocketService
Methods
SendMessageToAllAsync\(string\)
Task SendMessageToAllAsync(string message)
Parameters
message string
Returns
SendMessageToGroupAsync\(string, string, params object\[\]\)
Task SendMessageToGroupAsync(string groupName, string method, params object[] args)
Parameters
groupName string
method string
args object\[\]
Returns
Last modified: 21 May 2024