Click or drag to resize

ProcessSourceTablesScriptExecuteWithBackgroundDialogAndSuspendNotifications Method

[Missing <summary> documentation for "M:Altaxo.Scripting.ProcessSourceTablesScript.ExecuteWithBackgroundDialogAndSuspendNotifications(Altaxo.Data.DataTable,Altaxo.Collections.IReadOnlyListDictionary{System.String,Altaxo.Data.DataTable})"]


Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Exception? ExecuteWithBackgroundDialogAndSuspendNotifications(
	DataTable myTable,
	IReadOnlyListDictionary<string, DataTable> sourceTables
)

Parameters

myTable  DataTable

[Missing <param name="myTable"/> documentation for "M:Altaxo.Scripting.ProcessSourceTablesScript.ExecuteWithBackgroundDialogAndSuspendNotifications(Altaxo.Data.DataTable,Altaxo.Collections.IReadOnlyListDictionary{System.String,Altaxo.Data.DataTable})"]

sourceTables  IReadOnlyListDictionaryString, DataTable

[Missing <param name="sourceTables"/> documentation for "M:Altaxo.Scripting.ProcessSourceTablesScript.ExecuteWithBackgroundDialogAndSuspendNotifications(Altaxo.Data.DataTable,Altaxo.Collections.IReadOnlyListDictionary{System.String,Altaxo.Data.DataTable})"]

Return Value

Exception

[Missing <returns> documentation for "M:Altaxo.Scripting.ProcessSourceTablesScript.ExecuteWithBackgroundDialogAndSuspendNotifications(Altaxo.Data.DataTable,Altaxo.Collections.IReadOnlyListDictionary{System.String,Altaxo.Data.DataTable})"]

See Also