Develop applications that use work areas
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
- Access the partition by either:
- Accessing the work area service, to access the UserWorkArea partition.
- Accessing a user defined work area partition, to access a user defined work area.
The following steps use the UserWorkArea partition as an example, however a user defined partition can be used in the same way.
- Beginning a work area.
- Setting properties in a work area.
- Using a work area to manage local work.
- 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