Skip to content

Commit bb0c3d2

Browse files
authored
Update DdsConnector.md
1 parent ffd2180 commit bb0c3d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage/DdsConnector.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ DDS.Net.Connector.**DdsConnector** is the main class for using the connector. It
44

55
```csharp
66
DdsConnector(
7-
string applicationName,
8-
string serverIPv4,
9-
ushort serverPortTCP,
10-
ILogger logger)
7+
string applicationName,
8+
string serverIPv4,
9+
ushort serverPortTCP,
10+
ILogger logger)
1111
```
1212

1313
> **applicationName** is the name of the application that is using the connector - it sent to the server for identification purposes.

0 commit comments

Comments
 (0)