get_InterruptionToken()

LoadOptions::get_InterruptionToken() method

The token to monitor for interruption requests.

System::SharedPtr<IInterruptionToken> Aspose::Slides::LoadOptions::get_InterruptionToken() override

Remarks

This token manages the whole IPresentation instance lifetime. Any long-running operation, such as loading or saving of presentation, will be interrupted via calling of the InterruptionTokenSource::Interrupt method of the InterruptionTokenSource.

See Also