Functiondojox.data.SnapLogicStore._partHandler

dojo.require("dojox.data.SnapLogicStore");
defined in dojox/data/SnapLogicStore.js

Handle the individual replies for both data and length requests.

Usage

function (/*Object*/ request, /*String*/ part, /*Object*/ response) (view source)
parametertypedescription
requestObjectThe request/handle object used with the original fetch() call.
partStringA value indicating which request this handler call is for (this.Parts).
responseObjectResponse received from the underlying IO transport.