mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-11 02:16:34 +08:00
准备修改运行环境中类库的依赖结构
This commit is contained in:
@@ -307,9 +307,9 @@ namespace Serein.NodeFlow.Env
|
||||
}
|
||||
|
||||
|
||||
public bool RemoteDll(string assemblyFullName)
|
||||
public bool RemoteDll(string assemblyName)
|
||||
{
|
||||
return currentFlowEnvironment.RemoteDll(assemblyFullName);
|
||||
return currentFlowEnvironment.RemoteDll(assemblyName);
|
||||
}
|
||||
|
||||
public async Task<bool> RemoveConnectInvokeAsync(string fromNodeGuid, string toNodeGuid, ConnectionInvokeType connectionType)
|
||||
|
||||
Reference in New Issue
Block a user