Sends messages to a specific client that invokes the method. This can be included as a part of the function that is called by the invoke WebSocket JavaScript method.
wsSendMessage(message);
returns void
Name | Type | Required | Default | Description |
---|---|---|---|---|
message | any | Yes | The message object. This can be of type Any. |