Rogue Wave Server Component library for .NET Reference Guide
|
|
MvProcessRun Method |
Implements the default event loop by calling
the ProcessRequest(Int32) member function.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- nb (Optional)
- Type: SystemInt32
The number of requests to execute (a negative or null value means an infinite number). - timeout (Optional)
- Type: SystemInt32
Specifies the timeout (in milliseconds) to be passed to the ProcessRequest(Int32) function.
Return Value
Type: Booleantrue if the number of processed requests is equal to the parameter nb, false otherwise.