DataServiceProcessingPipelineEventArgs Class

Event argument class for DataServiceProcessingPipeline events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.Services.DataServiceProcessingPipelineEventArgs

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

Syntax

'Declaration
Public NotInheritable Class DataServiceProcessingPipelineEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DataServiceProcessingPipelineEventArgs
public sealed class DataServiceProcessingPipelineEventArgs : EventArgs
public ref class DataServiceProcessingPipelineEventArgs sealed : public EventArgs
[<SealedAttribute>]
type DataServiceProcessingPipelineEventArgs =  
    class 
        inherit EventArgs 
    end
public final class DataServiceProcessingPipelineEventArgs extends EventArgs

The DataServiceProcessingPipelineEventArgs type exposes the following members.

Properties

  Name Description
Public property OperationContext Gets the context of the operation that raised the event.

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

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