TsgcWSPClient_DatasetMethods › UnSubscribe_all

UnSubscribe_all Method

Unsubscribes from the three internal Dataset channels (new, update, delete).

Syntax

procedure UnSubscribe_all;

Remarks

Reverses Subscribe_all, removing the client from the three internal Dataset channels so it no longer receives Dataset changes from the server. Subscriptions to user-defined channels (created with Subscribe) are not affected.

Example

oProtocol.UnSubscribe_all;

Back to Methods