Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
OperationContext | Gets the context of the operation that raised the event. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.