SimpleDispatcherActivityMessageShipmentHandle Property

The shipment handle returned from the dispatcher. Also used to control the activity, when the activity is used only for getting the message state; otherwise this handle should be null.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public InOutArgument<IMessageShipmentHandle> MessageShipmentHandle { get; set; }

Property Value

InOutArgumentIMessageShipmentHandle

See Also