Run Method (Feed Control)
   Windows - Visual C++
   Description
   The Run method initiates the 
   retrieval of feed information from the NewsEdge Server.
   Syntax
   long value = Run(BOOL bStart);
The Run syntax has these parts:
| Part | Description | |
| bStart | A boolean indicating whether to retrieve feed information. If TRUE, the retrieval will be started. Specifying FALSE currently has no effect. | |
| value | A long integer with the value 0 if the call completed successfully or an error code if the call failed. | 
 | 
   Remarks
   The FeedsRetrieved 
   event is fired when the retrieval is complete.
See Also: Running
Back to: Feed Methods