| MvProcessRun Method |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool Run(
int nb = 0,
int timeout = 0
)
Public Shared Function Run (
Optional nb As Integer = 0,
Optional timeout As Integer = 0
) As Boolean
public:
static bool Run(
int nb = 0,
int timeout = 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.
See Also