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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.