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 | |
---|---|---|
DataServiceProcessingPipeline | Creates a new DataServiceProcessingPipeline instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ProcessedChangeset | Occurs after the change set has been processed. | |
ProcessedRequest | Occurs after the request has been processed. | |
ProcessingChangeset | Occurs before the change set is processed. | |
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.