CoherentHighLightARMLaserDeviceHandleExternalDeviceRequestAsync Method |
Handles a chained request for a given list of features.
Namespace: RAYLASE.MarkerPlugin.Devices.Laser.CoherentAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override Task HandleExternalDeviceRequestAsync(
IList<Tuple<ChainableFeatureType, ExpandoObject>> chainRequests,
CancellationToken cancellationToken
)
Parameters
- chainRequests IListTupleChainableFeatureType, ExpandoObject
- The list of features, The tuple is the feature type and its data.
- cancellationToken CancellationToken
- The cancellation token to be used for non-blocking handling.
Return Value
TaskThe task of handling the chained features.
See Also