Click or drag to resize

IDialogAutomationServiceShow Method

[Missing <summary> documentation for "M:RAYLASE.Marker.JobElement.IDialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]


Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void Show(
	BaseDialogAutomation dialogAutomation,
	string variableValue,
	Action<bool, string> callback
)

Parameters

dialogAutomation  BaseDialogAutomation

[Missing <param name="dialogAutomation"/> documentation for "M:RAYLASE.Marker.JobElement.IDialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]

variableValue  String

[Missing <param name="variableValue"/> documentation for "M:RAYLASE.Marker.JobElement.IDialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]

callback  ActionBoolean, String

[Missing <param name="callback"/> documentation for "M:RAYLASE.Marker.JobElement.IDialogAutomationService.Show(RAYLASE.Marker.JobElement.BaseDialogAutomation,System.String,System.Action{System.Boolean,System.String})"]

See Also