Click or drag to resize

DalsaCameraHandleExternalDeviceRequestAsync Method

[Missing <summary> documentation for "M:RAYLASE.Marker.CamerasPlugin.TeledyneDalsaCamera.DalsaCamera.HandleExternalDeviceRequestAsync(System.Collections.Generic.IList{System.Tuple{RAYLASE.Marker.Device.ChainableFeatureType,System.Dynamic.ExpandoObject}},System.Threading.CancellationToken)"]


Namespace: RAYLASE.Marker.CamerasPlugin.TeledyneDalsaCamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.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.Marker.CamerasPlugin.TeledyneDalsaCamera.DalsaCamera.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.Marker.CamerasPlugin.TeledyneDalsaCamera.DalsaCamera.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.Marker.CamerasPlugin.TeledyneDalsaCamera.DalsaCamera.HandleExternalDeviceRequestAsync(System.Collections.Generic.IList{System.Tuple{RAYLASE.Marker.Device.ChainableFeatureType,System.Dynamic.ExpandoObject}},System.Threading.CancellationToken)"]

See Also