Click or drag to resize

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.2.0.0 (7.2.0.0)
Syntax
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: Boolean
true if the number of processed requests is equal to the parameter nb, false otherwise.
See Also