Click or drag to resize

ShipmentStatisticsGetShipmentStatistics Method

Gets the shipment statistics.

Namespace: Scanjour.Workflow4.ActivityLibrary.MassDispatch
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static ShipmentStatistics GetShipmentStatistics(
	ODataService ctx,
	string instanceId,
	string dispatcherId
)

Parameters

ctx  ODataService
The odata service.
instanceId  String
The workflow instance identifier.
dispatcherId  String
The dispatcher identifier.

Return Value

ShipmentStatistics

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.MassDispatch.ShipmentStatistics.GetShipmentStatistics(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String)"]

See Also