Create is the constructor for the object instance. Create relies on the inherited Create method, and also initializes properties for the object instance. The following properties are initialized to their default value:
- Active - False
- ConnectedSlaves - 0
- ConnectedServices - 0
- NumberOfConnectionsValue - 0;
- NumberOfPacketsValue - 0;
- CompressionRatioValue - 0
- CompressedBytes - 0
- BytesRead - 0
- BytesWrite - 0
- LockDestinationHost - False;
- LockDestinationPort - False;
- OnlyOneThread - Critical Section
- LockSlavesNumber - Critical Section
- LockServicesNumber - Critical Section
- StatisticsLocker - Critical Section