CabApplication<TWorkItem> 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.
generic <typename TWorkItem>
where TWorkItem : WorkItemgcnew()public ref class CabApplication abstract
public abstract class CabApplication<TWorkItem> where TWorkItem : WorkItemnew()
type CabApplication<'WorkItem (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem))> = class
Public MustInherit Class CabApplication(Of TWorkItem)
Type Parameters
- TWorkItem
- Inheritance
-
CabApplication<TWorkItem>
- Derived
Constructors
| CabApplication<TWorkItem>() |
Properties
| Configuration | |
| RootWorkItem | |
| VisualizerType |
Methods
| AddBuilderStrategies(Builder) | |
| AddServices() | |
| CreateVisualizer() | |
| OnRootWorkItemInitialized() | |
| OnUnhandledException(Object, UnhandledExceptionEventArgs) | |
| Run() | |
| Start() |