UIThreadOperationExecutionOptions Class

Definition

Options that control behavior of IUIThreadOperationExecutor.

public ref class UIThreadOperationExecutionOptions
public class UIThreadOperationExecutionOptions
type UIThreadOperationExecutionOptions = class
Public Class UIThreadOperationExecutionOptions
Inheritance
UIThreadOperationExecutionOptions

Constructors

UIThreadOperationExecutionOptions(String, String, Boolean, Boolean, IUIThreadOperationTimeoutController)

Creates a new instance of the UIThreadOperationExecutionOptions.

Properties

AllowCancellation

Whether to allow cancellability.

DefaultDescription

Default operation's description, which is displayed on the wait dialog unless one or more IUIThreadOperationScopes with more specific descriptions were added to the IUIThreadOperationContext.

ShowProgress

Whether to show progress indication.

TimeoutController

A controller that enables and controls auto-cancellation of an operation execution on a timeout.

Title

Operation's title.

Applies to