TsgcWSPClient_WAMP › Methods

TsgcWSPClient_WAMP Methods

Public methods grouped by purpose, followed by the full alphabetical list.

PubSub

NameDescription
PrefixRegisters a short label that expands to a full URI, letting later Call, Subscribe and Publish frames use a compact notation.
SubscribeRegisters interest in a PubSub topic so that matching events are delivered to the OnEvent handler.
UnSubscribeCancels a prior subscription so that further events on the topic no longer reach this client.
PublishBroadcasts an event payload to every subscriber of the given topic, with optional exclude/eligible session lists.

RPC

NameDescription
CallInvokes a remote procedure identified by its URI and correlates the eventual result or error to the supplied call id.
CancelCallRequests cancellation of an in-flight RPC previously started with Call.

Advanced

NameDescription
WriteDataSends a pre-built text or binary WAMP frame directly over the underlying WebSocket transport.

All Methods (alphabetical)

NameDescription
CallInvokes a remote procedure identified by its URI and correlates the eventual result or error to the supplied call id.
CancelCallRequests cancellation of an in-flight RPC previously started with Call.
PrefixRegisters a short label that expands to a full URI, letting later Call, Subscribe and Publish frames use a compact notation.
PublishBroadcasts an event payload to every subscriber of the given topic, with optional exclude/eligible session lists.
SubscribeRegisters interest in a PubSub topic so that matching events are delivered to the OnEvent handler.
UnSubscribeCancels a prior subscription so that further events on the topic no longer reach this client.
WriteDataSends a pre-built text or binary WAMP frame directly over the underlying WebSocket transport.