set_InterruptionToken()

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

The token to monitor for interruption requests.

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