C# Class Microsoft.Silverlight.Testing.Harness.WorkItemsManager

A special type dedicated to keeping a running stack of the dispatch managers that are actually enabled for "work item" use. The current dispatcher is used by the test work item queue.
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
Pop ( ) : CompositeWorkItem

Pop a dispatcher off the stack.

Push ( CompositeWorkItem composite ) : void

Push a new dispatcher onto the stack.

WorkItemsManager ( ) : System

Creates a new empty stack for work item containers.

Method Details

Pop() public method

Pop a dispatcher off the stack.
public Pop ( ) : CompositeWorkItem
return CompositeWorkItem

Push() public method

Push a new dispatcher onto the stack.
public Push ( CompositeWorkItem composite ) : void
composite CompositeWorkItem The composite work item to push.
return void

WorkItemsManager() public method

Creates a new empty stack for work item containers.
public WorkItemsManager ( ) : System
return System