Delay for RAMS

connectionCount
#pragma warning disable IDE0060
MesEntity Placeholder
Infineon.EAF.Runtime 2.49.0
This commit is contained in:
2023-04-25 08:28:46 -07:00
parent 5b4b835cc2
commit 1d4c45210d
45 changed files with 1156 additions and 162 deletions

View File

@ -46,11 +46,11 @@ public class WSRequest
[Obsolete("For json")] public WSRequest() { }
#pragma warning disable IDE0060
internal WSRequest(IFileRead fileRead, Logistics logistics, List<txt.Description> descriptions)
#pragma warning restore IDE0060
{
Id = "-1";
if (fileRead is null)
{ }
CellName = logistics.MesEntity;
Details = new List<txt.Detail>();
if (descriptions[0] is not txt.Description x)
@ -103,10 +103,10 @@ public class WSRequest
FilePath = onlyWSRequest;
}
#pragma warning disable IDE0060
internal static void PostOpenInsightMetrologyViewerAttachments(IFileRead fileRead, Logistics logistics, string openInsightMetrologyViewerAPI, DateTime dateTime, string json, List<txt.Description> descriptions, string matchDirectory)
#pragma warning restore IDE0060
{
if (dateTime == DateTime.MinValue)
{ }
if (string.IsNullOrEmpty(json))
{
WSRequest wsRequest = new(fileRead, logistics, descriptions);