Click or drag to resize

SPICE3DeviceGoToAndTrigger Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndTrigger(RAYLASE.Marker.Device.ScanController.GoToAndTriggerCommand,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]


Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.26.1
Syntax
C#
public override void GoToAndTrigger(
	GoToAndTriggerCommand goToAndTriggerCommand,
	bool async,
	CancellationToken? token = null
)

Parameters

goToAndTriggerCommand  GoToAndTriggerCommand

[Missing <param name="goToAndTriggerCommand"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndTrigger(RAYLASE.Marker.Device.ScanController.GoToAndTriggerCommand,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

async  Boolean

[Missing <param name="async"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndTrigger(RAYLASE.Marker.Device.ScanController.GoToAndTriggerCommand,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

token  NullableCancellationToken  (Optional)

[Missing <param name="token"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.GoToAndTrigger(RAYLASE.Marker.Device.ScanController.GoToAndTriggerCommand,System.Boolean,System.Nullable{System.Threading.CancellationToken})"]

See Also