DataService<T>.OnStartProcessingRequest(ProcessRequestArgs) Method
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.
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.
protected:
virtual void OnStartProcessingRequest(System::Data::Services::ProcessRequestArgs ^ args);
protected virtual void OnStartProcessingRequest (System.Data.Services.ProcessRequestArgs args);
abstract member OnStartProcessingRequest : System.Data.Services.ProcessRequestArgs -> unit
override this.OnStartProcessingRequest : System.Data.Services.ProcessRequestArgs -> unit
Protected Overridable Sub OnStartProcessingRequest (args As ProcessRequestArgs)
Parameters
- args
- ProcessRequestArgs
ProcessRequestArgs that contains information about the request.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.