InterruptionToken

LoadOptions.InterruptionToken property

The token to monitor for interruption requests. 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 Interrupt method of the InterruptionTokenSource.

public IInterruptionToken InterruptionToken { get; set; }

See Also