Method Send
Send(string)
Writes a event message with their data to the event listener and returns an boolean indicating if the message was delivered to the client.
public bool Send(string data)
Parameters
data
stringThe message text.
Returns
Send(object?)
Writes a event message with their data to the event listener and returns an boolean indicating if the message was delivered to the client.
public bool Send(object? data)
Parameters
data
objectThe message object.