PreviousNext
Help > Proxy Classes > CalculationClient Class > CalculationClient Class Methods, Functions > Run Method
Run Method

Applies To

WebService.CalculationClient

 

Description

An instance of Shipment, Account and Option passed to the service and an instance of LoadPlan returned from the service back after the calculation finished.

 

Syntax

Function Run(tShipment as WebService.Shipment, tAccount as WebService.Account, tOptions as WebService.Options) As WebService.LoadPlan

 

Example (C#)

WebService.LoadPlan LoadPlan = client.Run(Shipment, Account, Options);

Parameter

 

Parameter

Type

Description

tShipment

WebService.Shipment

A reference to a new shipment instance to be passed to the service

tAccount

WebService.Account

A reference to a new account instance to be passed to the service.

tOptions

WebService.Options

A reference to a new options instance to be passed to the service.

An instance of the LoadPlan is returned after the calculation.

 

Data Type

WebService.LoadPlan