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
Copy file name to clipboardExpand all lines: csharp/snippets/initialization/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
-**EnginePriming**
6
6
- Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded
7
7
-**EnvironmentsAndHubs**
8
-
- Basic example of how to create an abstract Senzing factory and each of the available engines
8
+
- Basic example of how to create an SzEnvironment and obtain each of the functional interfaces.
9
9
-**PurgeRepository**
10
10
-**WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
Copy file name to clipboardExpand all lines: java/snippets/initialization/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
-**EnginePriming.java**
6
6
- Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded
7
7
-**EnvironmentsAndHubs.java**
8
-
- Basic example of how to create an abstract Senzing factory and each of the available engines
8
+
- Basic example of how to create an SzEnvironment and obtain each of the functional interfaces.
9
9
-**PurgeRepository.java**
10
10
-**WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
0 commit comments