PreviousNext
Help > Proxy Classes > DatabaseClient Class > DatabaseClient Class Methods, Functions > SaveCargoes Method
SaveCargoes Method

Applies To

WebService.DatabaseClient

Description

The cargoes information uploaded to the service from your PC. An instance of Account and CargoCollection passed to the service and an instance of DatabaseReturn returned from the service back.

Syntax

Function SaveCargoes (tAccount as WebService.Account, tCargoes as WebService. CargoCollection) As WebService.DatabaseReturn

Example(C#)

WebService. DatabaseReturn Ret = client.SaveCargoes(Account, Cargoes);

Parameter

 

Parameter

Type

Description

tAccount

WebService.Account

A reference to an account instance to be passed to the service.

tCargoes

WebService.CargoeCollection

A reference to the list of cargoes to be passed to the service.

An instance of DatabaseReturn is returned.

Data Type

WebService.DatabaseReturn