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.
Called before processing each request. For batch requests, it is called one time for the top batch request and one time for each operation in the batch.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Protected Overridable Sub OnStartProcessingRequest ( _
args As ProcessRequestArgs _
)
'Usage
Dim args As ProcessRequestArgs
Me.OnStartProcessingRequest(args)
protected virtual void OnStartProcessingRequest(
ProcessRequestArgs args
)
protected:
virtual void OnStartProcessingRequest(
ProcessRequestArgs^ args
)
abstract OnStartProcessingRequest :
args:ProcessRequestArgs -> unit
override OnStartProcessingRequest :
args:ProcessRequestArgs -> unit
protected function OnStartProcessingRequest(
args : ProcessRequestArgs
)
Parameters
- args
Type: System.Data.Services.ProcessRequestArgs
ProcessRequestArgs that contains information about the request.