test
This commit is contained in:
parent
6e0908a4fa
commit
178b92a714
@ -2,7 +2,7 @@
|
|||||||
"profiles": {
|
"profiles": {
|
||||||
"LinkToolAddin": {
|
"LinkToolAddin": {
|
||||||
"commandName": "Executable",
|
"commandName": "Executable",
|
||||||
"executablePath": "C:\\Program Files\\ArcGIS\\Pro\\bin\\ArcGISPro.exe",
|
"executablePath": "C:/Program Files/ArcGIS/Pro/bin/ArcGISPro.exe",
|
||||||
"applicationUrl": "https://localhost:5001",
|
"applicationUrl": "https://localhost:5001",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
|||||||
@ -178,7 +178,7 @@ public class Gateway
|
|||||||
callback?.Invoke(toolListItem);
|
callback?.Invoke(toolListItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async void TestWOrkflow(string message, string model, string gdbPath, Action<MessageListItem> callback)
|
public static async void TestWorkflow(string message, string model, string gdbPath, Action<MessageListItem> callback)
|
||||||
{
|
{
|
||||||
Thread.Sleep(2000);
|
Thread.Sleep(2000);
|
||||||
MessageListItem chatListItem = new ChatMessageItem
|
MessageListItem chatListItem = new ChatMessageItem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user