You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,7 +80,17 @@ public static void Run(IEngine engine)
77
80
return;
78
81
}
79
82
83
+
nevionVideoIPathElement=engine.FindElementsByProtocol("Nevion Video iPath","Production").FirstOrDefault();
84
+
if(nevionVideoIPathElement==null)
85
+
{
86
+
engine.ExitFail("Nevion Video iPath element not found!");
87
+
return;
88
+
}
89
+
90
+
primaryKeysCurrentServices=nevionVideoIPathElement.GetTablePrimaryKeys(1500);// Used to check if new connection entries has been added after the ConnectServices.
@@ -123,7 +132,17 @@ public static void Run(IEngine engine)
123
132
return;
124
133
}
125
134
135
+
nevionVideoIPathElement=engine.FindElementsByProtocol("Nevion Video iPath","Production").FirstOrDefault();
136
+
if(nevionVideoIPathElement==null)
137
+
{
138
+
engine.ExitFail("Nevion Video iPath element not found!");
139
+
return;
140
+
}
141
+
142
+
primaryKeysCurrentServices=nevionVideoIPathElement.GetTablePrimaryKeys(1500);// Used to check if new connection entries has been added after the ConnectServices.
@@ -79,7 +84,17 @@ public static void Run(IEngine engine)
79
84
return;
80
85
}
81
86
87
+
nevionVideoIPathElement=engine.FindElementsByProtocol("Nevion Video iPath","Production").FirstOrDefault();
88
+
if(nevionVideoIPathElement==null)
89
+
{
90
+
engine.ExitFail("Nevion Video iPath element not found!");
91
+
return;
92
+
}
93
+
94
+
primaryKeysCurrentServices=nevionVideoIPathElement.GetTablePrimaryKeys(1500);// Used to check if new connection entries has been added after the ConnectServices.
@@ -57,10 +58,16 @@ public ScheduleDialog(IEngine engine) : base(engine)
57
58
return;
58
59
}
59
60
61
+
primaryKeysCurrentServices=nevionVideoIPathElement.GetTablePrimaryKeys(1500);// Used to check if new connection entries has been added after the ConnectServices.
0 commit comments