Click or drag to resize

YAGLaserDeviceHandleExternalDeviceRequestAsync Method

Handles a chained request for a given list of features.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public 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

Task
The task of handling the chained features.
See Also