titanium-as / TitaniumAS.Opc.Client

Open source .NET client library for OPC DA
MIT License
197 stars 93 forks source link

Add timeout to Connect() method #15

Closed huffSamuel closed 7 years ago

huffSamuel commented 7 years ago

Added a timeout (Timespan and millisecond) to the OPC DA server connect methods to prevent hangs when this application connects to OPC servers.

huffSamuel commented 7 years ago

Added method public Task ConnectAsync()

Removed Connect(int) and Connect(Timespan)