Click or drag to resize

EBoksMessageShipmentHandle Constructor

Initializes a new instance of the EBoksMessageShipmentHandle class

Namespace: WorkZone.Dispatcher.EBoks
Assembly: WorkZone.Dispatcher.EBoks_24.5.0.0 (in WorkZone.Dispatcher.EBoks_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public EBoksMessageShipmentHandle(
	string messageId,
	string messageReference,
	bool asyncDispatch,
	string xmlResponse,
	string partyAddressKey
)

Parameters

messageId  String

[Missing <param name="messageId"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksMessageShipmentHandle.#ctor(System.String,System.String,System.Boolean,System.String,System.String)"]

messageReference  String

[Missing <param name="messageReference"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksMessageShipmentHandle.#ctor(System.String,System.String,System.Boolean,System.String,System.String)"]

asyncDispatch  Boolean

[Missing <param name="asyncDispatch"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksMessageShipmentHandle.#ctor(System.String,System.String,System.Boolean,System.String,System.String)"]

xmlResponse  String

[Missing <param name="xmlResponse"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksMessageShipmentHandle.#ctor(System.String,System.String,System.Boolean,System.String,System.String)"]

partyAddressKey  String

[Missing <param name="partyAddressKey"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksMessageShipmentHandle.#ctor(System.String,System.String,System.Boolean,System.String,System.String)"]

See Also