The following code fragment creates the observer using one of the Create methods:
DAWriteItemValueObserver<int> observer =
DAWriteItemValueObserver.Create<int>(
"", "OPCLabs.KitServer.2", "Simulation.Register_I4");
See Also
Conceptual
Examples - OPC Data Access