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.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
public InOutArgument<IMessageShipmentHandle> MessageShipmentHandle { get; set; }
Public Property MessageShipmentHandle As InOutArgument(Of IMessageShipmentHandle)
Get
Set
public:
property InOutArgument<IMessageShipmentHandle^>^ MessageShipmentHandle {
InOutArgument<IMessageShipmentHandle^>^ get ();
void set (InOutArgument<IMessageShipmentHandle^>^ value);
}
member MessageShipmentHandle : InOutArgument<IMessageShipmentHandle> with get, set
Property Value
InOutArgumentIMessageShipmentHandle