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);