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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.