Allows the user to request the history of the order.

Namespace:  T4.API
Assembly:  T4API.40 (in T4API.40.dll)

Syntax

C#
public void RequestHistory()
Visual Basic
Public Sub RequestHistory
Visual C++
public:
void RequestHistory()

Remarks

Sends a request to the server for a snapshot of the entire history of the order. This will be returned via the OrderHistory event.

See Also