Click or drag to resize

LumentumPicoBlade3LaserDeviceHandleExternalDeviceRequestAsync Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.Lumentum.LumentumPicoBlade3LaserDevice.HandleExternalDeviceRequestAsync(System.Collections.Generic.IList{System.Tuple{RAYLASE.Marker.Device.ChainableFeatureType,System.Dynamic.ExpandoObject}},System.Threading.CancellationToken)"]


Namespace: RAYLASE.MarkerPlugin.Devices.Laser.Lumentum
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

[Missing <param name="chainRequests"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.Lumentum.LumentumPicoBlade3LaserDevice.HandleExternalDeviceRequestAsync(System.Collections.Generic.IList{System.Tuple{RAYLASE.Marker.Device.ChainableFeatureType,System.Dynamic.ExpandoObject}},System.Threading.CancellationToken)"]

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.Lumentum.LumentumPicoBlade3LaserDevice.HandleExternalDeviceRequestAsync(System.Collections.Generic.IList{System.Tuple{RAYLASE.Marker.Device.ChainableFeatureType,System.Dynamic.ExpandoObject}},System.Threading.CancellationToken)"]

Return Value

Task

[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.Lumentum.LumentumPicoBlade3LaserDevice.HandleExternalDeviceRequestAsync(System.Collections.Generic.IList{System.Tuple{RAYLASE.Marker.Device.ChainableFeatureType,System.Dynamic.ExpandoObject}},System.Threading.CancellationToken)"]

See Also