Socket/IStation.DataDockingSocket4KQ/instruction/SendInstructionJob.cs
@@ -17,6 +17,9 @@ internal const string Session = "Session";//会话字符 internal const string Instruction = "Instruction";//指令字符 /// <summary> /// 执行 /// </summary> public async Task Execute(IJobExecutionContext context) { try @@ -44,5 +47,7 @@ throw e; } } } }