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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.