UIThreadOperationExecutionOptions Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |