BatchShipmentResult Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the BatchShipmentResult class

Namespace:  WorkZone.Dispatcher.Base
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public BatchShipmentResult(
	IEnumerable<IMessageShipmentHandle> results,
	AggregateException exception
)

Parameters

results
Type: System.Collections.GenericIEnumerableIMessageShipmentHandle

[Missing <param name="results"/> documentation for "M:WorkZone.Dispatcher.Base.BatchShipmentResult.#ctor(System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Messages.IMessageShipmentHandle},System.AggregateException)"]

exception
Type: SystemAggregateException

[Missing <param name="exception"/> documentation for "M:WorkZone.Dispatcher.Base.BatchShipmentResult.#ctor(System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Messages.IMessageShipmentHandle},System.AggregateException)"]

See Also

Reference