DataServiceProcessingPipeline Class

Defines the events for the data service processing pipeline.

Inheritance Hierarchy

System.Object
  System.Data.Services.DataServiceProcessingPipeline

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public NotInheritable Class DataServiceProcessingPipeline
'Usage
Dim instance As DataServiceProcessingPipeline
public sealed class DataServiceProcessingPipeline
public ref class DataServiceProcessingPipeline sealed
[<SealedAttribute>]
type DataServiceProcessingPipeline =  class end
public final class DataServiceProcessingPipeline

The DataServiceProcessingPipeline type exposes the following members.

Constructors

  Name Description
Public method DataServiceProcessingPipeline Creates a new DataServiceProcessingPipeline instance.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event ProcessedChangeset Occurs after the change set has been processed.
Public event ProcessedRequest Occurs after the request has been processed.
Public event ProcessingChangeset Occurs before the change set is processed.
Public event ProcessingRequest Occurs before the request is processed.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services Namespace