Click here for NewsObjects Overview
Run Method (Alert Control)
Windows - Visual C++


Description
The Run method tells the Alert Control to notify the NewsEdge Server that it should either start or stop sending profile-hit notifications.

Syntax
long result = Run(BOOL bStart); 

The Run syntax has these parts:
 

Part

Description

bStart

A boolean indicating whether to start receiving notifications, if TRUE, or stop, if FALSE. 

result

A long integer with the value 0 if the call completed successfully or an error code if the call failed.

See Also: Running

Back to: Alert Methods