System.Web.Util Namespace
.NET Framework 2.0
The System.Web.Util namespace is a collection of classes that enable callback methods to be run under the scope of a transaction and that enable work to be posted to separate threads.
| Class | Description | |
|---|---|---|
![]() | Transactions | Provides a way to wrap a callback method within a transaction boundary. |
![]() | WorkItem | Provides the ability to move work items to another thread for execution. |
| Interface | Description | |
|---|---|---|
![]() | IWebObjectFactory | Provides the interface for implementing factories for Web objects. |
![]() | IWebPropertyAccessor | Provides the interface for implementing property accessors. |
| Delegate | Description | |
|---|---|---|
![]() | TransactedCallback | Represents the callback method being run under transaction support. |
![]() | WorkItemCallback | Represents the method that executes on a separate work item thread. |
Community Additions
ADD
Show:


