Aspose::Cells::SystemTimeInterruptMonitor::StartMonitor method
SystemTimeInterruptMonitor::StartMonitor method
Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called, so the procedure which needs to be monitored should be started just after this call.
void Aspose::Cells::SystemTimeInterruptMonitor::StartMonitor(int32_t msLimit)
Parameter | Type | Description |
---|---|---|
msLimit | int32_t | time limit(ms) to require the interruption. |
See Also
- Class Vector
- Class SystemTimeInterruptMonitor
- Namespace Aspose::Cells
- Library Aspose.Cells for C++