DefaultDispatcher Class

Wraps the Application Dispatcher.

Namespace:  Microsoft.Practices.Composite.Presentation.Events
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Class DefaultDispatcher _
    Implements IDispatcherFacade
public class DefaultDispatcher : IDispatcherFacade
public ref class DefaultDispatcher : IDispatcherFacade
Microsoft.Practices.Composite.Presentation.Events.DefaultDispatcher = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Events.DefaultDispatcher',
    null,
    Microsoft.Practices.Composite.Presentation.Events.IDispatcherFacade);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Events.DefaultDispatcher

See Also

DefaultDispatcher Members

Microsoft.Practices.Composite.Presentation.Events Namespace