Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DSRequest operationId

    Hello,

    Can I use comma-separated string in OperationId ??

    I have 3 different operationBindings defined in my datasource. Can I fetch all togather, rather than sending 3 request???

    DSRequest.OpearationId = "FetchAllId,FetchMaxId,FetchTotalCount"

    Thanking you.

    #2
    Hi ppratik,

    you can use Queuing to have your Browser send only one HTTP-request - it still are three DSRequests where you can add Callbacks to each of the Requests.

    Best regards
    Blama

    Comment

    Working...
    X