TsgcWSPServer_Dataset › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Synchronize | Sends every row of the server dataset to the given client connection. |
| MetaData | Sends the current dataset field structure to the given client connection. |
| BroadcastRecord | Broadcasts the current record of the server dataset to every connected client. |
| Name | Description |
|---|---|
| Publish | Publishes a message to every client subscribed to a channel. |
| Broadcast | Broadcasts a text or stream payload to all connected clients, optionally filtered by channel. |
| ClearQueue | Discards queued retained publications pending on a channel. |
| Name | Description |
|---|---|
| RPCResult | Replies to a pending RPC request with a successful result. |
| RPCError | Replies to a pending RPC request with a JSON-RPC error object. |
| Name | Description |
|---|---|
| WriteData | Sends a message to the connection identified by its Guid using the sgc envelope. |
| Name | Description |
|---|---|
| Broadcast | Broadcasts a text or stream payload to all connected clients, optionally filtered by channel. |
| BroadcastRecord | Broadcasts the current record of the server dataset to every connected client. |
| ClearQueue | Discards queued retained publications pending on a channel. |
| MetaData | Sends the current dataset field structure to the given client connection. |
| Publish | Publishes a message to every client subscribed to a channel. |
| RPCError | Replies to a pending RPC request with a JSON-RPC error object. |
| RPCResult | Replies to a pending RPC request with a successful result. |
| Synchronize | Sends every row of the server dataset to the given client connection. |
| WriteData | Sends a message to the connection identified by its Guid using the sgc envelope. |