public method O2GResponseReaderFactory.createLastOrderUpdateResponseReader

Brief

Creates a reader to process a response to the current state of an order request.

Declaration
C#
O2LastOrderUpdateResponseReader  createLastOrderUpdateResponseReader (O2GResponse response)

Parameters
response

A response object. The response must have the GetLastOrderUpdate type.

Details

The method returns an instance of the reader or null in case the response has a wrong type or is broken.

Declared in O2GResponseReaderFactory

back