Open this page in the API Guide

BatchRequest Constructor

Initializes the BatchRequest. Called during construction.
 

Parameters

requestOptions

Type: Object
(optional) An object literal with the default values for any properties.
Optional: True

Examples

The following example initializes a new instance of a BatchRequest object:

1
var newObject = new dundas.data.BatchRequest();