C# 클래스 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.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Pop() 공개 메소드

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

Push() 공개 메소드

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

WorkItemsManager() 공개 메소드

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