Must be called after Links are added to create the associated MonitoredItems in the server.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UaDataBind Dim callback As AsyncCallback Dim userData As Object Dim value As IAsyncResult value = instance.BeginApplyChanges(callback, userData) | |
| C# | |
|---|---|
public IAsyncResult BeginApplyChanges( AsyncCallback callback, object userData ) | |
Parameters
- callback
- userData
- The user data that is passed to the callback.
Return Value
An object which must be passed to the EndReadValue method.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x