Click or drag to resize

IStandAloneViewDownloadJobDelegate Property

Callback for downloading a job.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
Func<(int ListID, string FilePath), Task> DownloadJobDelegate { get; set; }

Property Value

FuncValueTupleInt32, String, Task
See Also