InterruptionToken

ILoadOptions.InterruptionToken property

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

public IInterruptionToken InterruptionToken { get; set; }

See Also