DataServiceProcessingPipeline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the events for the data service processing pipeline.
public ref class DataServiceProcessingPipeline sealed
public sealed class DataServiceProcessingPipeline
type DataServiceProcessingPipeline = class
Public NotInheritable Class DataServiceProcessingPipeline
- Inheritance
-
DataServiceProcessingPipeline
Constructors
DataServiceProcessingPipeline() |
Creates a new DataServiceProcessingPipeline instance. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Events
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. |