get_InterruptionToken()

ILoadOptions::get_InterruptionToken() method

The token to monitor for interruption requests.

virtual System::SharedPtr<IInterruptionToken> Aspose::Slides::ILoadOptions::get_InterruptionToken()=0

Remarks

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

See Also