TsgcWSPClient_Dataset › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Subscribe | Subscribes the client to a custom channel. |
| UnSubscribe | Unsubscribes the client from a custom channel. |
| UnSubscribeAll | Unsubscribes the client from all active channel subscriptions. |
| Subscribe_all | Subscribes to the three internal Dataset channels (new, update, delete). |
| UnSubscribe_all | Unsubscribes from the three internal Dataset channels (new, update, delete). |
| Name | Description |
|---|---|
| Synchronize | Requests the full Dataset content from the server to refresh the local copy. |
| Name | Description |
|---|---|
| Publish | Publishes a message to all clients subscribed to a channel. |
| Broadcast | Broadcasts a message to all connected clients, optionally filtered by channel. |
| Name | Description |
|---|---|
| RPC | Sends a remote procedure call request and awaits a Result or Error response. |
| Notify | Sends a one-way notification to the server that does not expect a response. |
| Name | Description |
|---|---|
| StartTransaction | Begins a new transaction; subsequent messages are queued until Commit or RollBack. |
| Commit | Commits the current transaction so the server processes all queued messages. |
| RollBack | Rolls back the current transaction and discards all queued messages on the server. |
| Name | Description |
|---|---|
| WriteData | Sends a plain text message to the server using the sgc message envelope. |
| Name | Description |
|---|---|
| Broadcast | Broadcasts a message to all connected clients, optionally filtered by channel. |
| Commit | Commits the current transaction so the server processes all queued messages. |
| Notify | Sends a one-way notification to the server that does not expect a response. |
| Publish | Publishes a message to all clients subscribed to a channel. |
| RollBack | Rolls back the current transaction and discards all queued messages on the server. |
| RPC | Sends a remote procedure call request and awaits a Result or Error response. |
| StartTransaction | Begins a new transaction; subsequent messages are queued until Commit or RollBack. |
| Subscribe | Subscribes the client to a custom channel. |
| Subscribe_all | Subscribes to the three internal Dataset channels (new, update, delete). |
| Synchronize | Requests the full Dataset content from the server to refresh the local copy. |
| UnSubscribe | Unsubscribes the client from a custom channel. |
| UnSubscribe_all | Unsubscribes from the three internal Dataset channels (new, update, delete). |
| UnSubscribeAll | Unsubscribes the client from all active channel subscriptions. |
| WriteData | Sends a plain text message to the server using the sgc message envelope. |