Delay for RAMS

connectionCount
#pragma warning disable IDE0060
MesEntity Placeholder
Infineon.EAF.Runtime 2.49.0
This commit is contained in:
2023-04-25 10:08:40 -07:00
parent d86d3d6294
commit 3ec72bd596
41 changed files with 810 additions and 154 deletions

View File

@ -71,10 +71,10 @@ public class WSRequest
[Obsolete("For json")] public WSRequest() { }
#pragma warning disable IDE0060
internal WSRequest(IFileRead fileRead, Logistics logistics, List<pcl.Description> descriptions)
#pragma warning restore IDE0060
{
if (fileRead is null)
{ }
i = -1;
Id = 0;
Zone = null;
@ -286,10 +286,10 @@ public class WSRequest
pdDocument.close();
}
#pragma warning disable IDE0060
internal static void PostOpenInsightMetrologyViewerAttachments(IFileRead fileRead, Logistics logistics, string openInsightMetrologyViewerAPI, DateTime dateTime, string json, List<pcl.Description> descriptions, string matchDirectory)
#pragma warning restore IDE0060
{
if (dateTime == DateTime.MinValue)
{ }
string checkFileName;
if (string.IsNullOrEmpty(json))
{