Owneat Technical Guide main Help

Interface IWebSocketService

Namespace: Common.Contracts
Assembly: Common.dll

public interface IWebSocketService

Methods

SendMessageToAllAsync\(string\)

Task SendMessageToAllAsync(string message)

Parameters

message string

Returns

Task

SendMessageToGroupAsync\(string, string, params object\[\]\)

Task SendMessageToGroupAsync(string groupName, string method, params object[] args)

Parameters

groupName string

method string

args object\[\]

Returns

Task

Last modified: 21 May 2024