TsgcWSPClient_Dataset › Methods › UnSubscribeAll
Unsubscribes the client from all active channel subscriptions.
procedure UnSubscribeAll(const aGuid: String = '');
| Name | Type | Description |
|---|---|---|
aGuid | const String | Optional Guid of the target server-side Dataset protocol instance. Leave empty to use the default. |
Removes the client from every channel it is currently subscribed to. OnUnSubscription fires once per channel as the server processes the removals.
oProtocol.UnSubscribeAll;