set_InterruptionToken()

ILoadOptions::set_InterruptionToken(System::SharedPtr<IInterruptionToken>) method

The token to monitor for interruption requests.

virtual void Aspose::Slides::ILoadOptions::set_InterruptionToken(System::SharedPtr<IInterruptionToken> value)=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