Click or drag to resize

IShippingAdapterReProcess Method

ReProcess

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
ReProcessResult ReProcess(
	string carrier,
	List<long> msnlist
)

Parameters

carrier
Type: SystemString
carrier
msnlist
Type: System.Collections.GenericListInt64

[Missing <param name="msnlist"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IShippingAdapter.ReProcess(System.String,System.Collections.Generic.List{System.Int64})"]

Return Value

Type: ReProcessResult
ReProcessResponse
See Also