IUIThreadOperationTimeoutController.CancelAfter Property
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.
The duration (in milliseconds) after which an operation shouold be auto-cancelled.
public:
property int CancelAfter { int get(); };
public int CancelAfter { get; }
member this.CancelAfter : int
Public ReadOnly Property CancelAfter As Integer
Property Value
Remarks
Infinite disables auto-cancellation.