cancelNextDisconnectionAction

fun cancelNextDisconnectionAction(callback: WebcomDoneCallback? = null)

Cancels any previous write operation on this data node with the DatasyncTime.AtNextDisconnection policy.

This method cancels the delayed effect of set, clear and merge methods. It is performed asynchronously, and the passed callback is called as soon as the operation is acknowledged by the Webcom back end.