Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Server-Initiated Synchronization » Setting up server-initiated synchronization » Light weight pollers » Light weight polling API

 

MLLPDestroyPoller method

Destroys an instance of an MLLightPoller.

Syntax
void _entry MLLPDestroyPoller(
    MLLightPoller * poller
);
Parameters
  • poller   The MLLightPoller to destroy.

Remarks

This method accepts null MLLightPoller objects.

See also
Example
MLLPDestroyPoller(poller);