1 out of 3 rated this helpful - Rate this topic

System.Web.Util Namespace

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
Public class Transactions Provides a way to wrap a callback method within a transaction boundary.
Public class WorkItem Provides the ability to move work items to another thread for execution.
  Interface Description
Public interface IWebObjectFactory Provides the interface for implementing factories for Web objects.
Public interface IWebPropertyAccessor Provides the interface for implementing property accessors.
  Delegate Description
Public delegate TransactedCallback Represents the callback method being run under transaction support.
Public delegate WorkItemCallback Represents the method that executes on a separate work item thread.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ