BackgroundOperationRunOnce Method (Int32) |
Runs the operation at once or immediately after the current run is finished.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void RunOnce(
int maximumRunOnceRequests
)
Public Sub RunOnce (
maximumRunOnceRequests As Integer
)
public:
void RunOnce(
int maximumRunOnceRequests
)
Parameters
- maximumRunOnceRequests
- Type: SystemInt32
The run once request will not be made, if there are already more than equal requests to the given maximum.
See Also