Traeger-GmbH / opcuanet-samples

Sample projects for C#, VB.NET and C++/CLI to guide developers using our OPC UA .NET SDKs.
https://opcua.traeger.de
MIT License
88 stars 39 forks source link

Fix method overload in VB Basic/Server sample #2

Closed kpreisser closed 3 years ago

kpreisser commented 3 years ago

Without the cast, VB would resolve the overload taking a OpcNodeId (due to its implicit cast from Int32).