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.
Gets the context of the operation that raised the event.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property OperationContext As DataServiceOperationContext
Get
'Usage
Dim instance As DataServiceProcessingPipelineEventArgs
Dim value As DataServiceOperationContext
value = instance.OperationContext
public DataServiceOperationContext OperationContext { get; }
public:
property DataServiceOperationContext^ OperationContext {
DataServiceOperationContext^ get ();
}
member OperationContext : DataServiceOperationContext
function get OperationContext () : DataServiceOperationContext
Property Value
Type: System.Data.Services.DataServiceOperationContext
A DataServiceOperationContext that is the operation context.