Develop applications that use work areas

 

+

Search Tips   |   Advanced Search

 

Overview

Applications interact with the work area service by using the UserWorkArea interface and its implementation. This interface defines all of the methods used to create, manipulate, and complete work areas:

 

Procedure

  1. Access the partition by either:

    The following steps use the UserWorkArea partition as an example, however a user defined partition can be used in the same way.

  2. Beginning a work area.

  3. Setting properties in a work area.

  4. Using a work area to manage local work.

  5. Completing a work area.

 

ExampleWork

area SimpleSample application

 

See also


UserWorkArea interface
Example: WorkArea SimpleSample application
Accessing the work area service
Beginning a new work area
Setting properties in a work area
Using a work area to manage local work
Completing a work area

 

See Also


Work area service - Overview
Work area partition service

 

Related Tasks


Manage the work area service

 

See Also


Accessing a user defined work area partition
Example: Work area partition manager