TsgcWSPClient_WAMP › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Prefix | Registers a short label that expands to a full URI, letting later Call, Subscribe and Publish frames use a compact notation. |
| Subscribe | Registers interest in a PubSub topic so that matching events are delivered to the OnEvent handler. |
| UnSubscribe | Cancels a prior subscription so that further events on the topic no longer reach this client. |
| Publish | Broadcasts an event payload to every subscriber of the given topic, with optional exclude/eligible session lists. |
| Name | Description |
|---|---|
| Call | Invokes a remote procedure identified by its URI and correlates the eventual result or error to the supplied call id. |
| CancelCall | Requests cancellation of an in-flight RPC previously started with Call. |
| Name | Description |
|---|---|
| WriteData | Sends a pre-built text or binary WAMP frame directly over the underlying WebSocket transport. |
| Name | Description |
|---|---|
| Call | Invokes a remote procedure identified by its URI and correlates the eventual result or error to the supplied call id. |
| CancelCall | Requests cancellation of an in-flight RPC previously started with Call. |
| Prefix | Registers a short label that expands to a full URI, letting later Call, Subscribe and Publish frames use a compact notation. |
| Publish | Broadcasts an event payload to every subscriber of the given topic, with optional exclude/eligible session lists. |
| Subscribe | Registers interest in a PubSub topic so that matching events are delivered to the OnEvent handler. |
| UnSubscribe | Cancels a prior subscription so that further events on the topic no longer reach this client. |
| WriteData | Sends a pre-built text or binary WAMP frame directly over the underlying WebSocket transport. |