AsyncRun Property
Windows - Visual C++
Description
The AsyncRun property determines
whether calls to the Run method return immediately or wait for
a response from the server.
Syntax
AsyncRun(BOOL Value);
The AlertWordOnly syntax has these parts:
Part |
Description |
|
Value |
A boolean indicating the new value. A value of TRUE indicates the method will return immediately. |
Remarks
The default value is FALSE, meaning
calls to Run will not return until a response has been
received from the server.
See Also: Run RunComplete
Back to: Headline Properties Story Properties