public BatchShipmentResult(
IEnumerable<IMessageShipmentHandle> results,
AggregateException exception
)
Public Sub New (
results As IEnumerable(Of IMessageShipmentHandle),
exception As AggregateException
)
public:
BatchShipmentResult(
IEnumerable<IMessageShipmentHandle^>^ results,
AggregateException^ exception
)
new :
results : IEnumerable<IMessageShipmentHandle> *
exception : AggregateException -> BatchShipmentResult
[Missing <param name="results"/> documentation for "M:WorkZone.Dispatcher.Base.BatchShipmentResult.#ctor(System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Messages.IMessageShipmentHandle},System.AggregateException)"]
[Missing <param name="exception"/> documentation for "M:WorkZone.Dispatcher.Base.BatchShipmentResult.#ctor(System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.Messages.IMessageShipmentHandle},System.AggregateException)"]