Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UaDataBind Dim result As IAsyncResult instance.EndApplyChanges(result) |
C# | |
---|---|
public void EndApplyChanges( IAsyncResult result ) |
Parameters
- result
- The object returned from the BeginApplyChanges method. If an error happend then ((AsyncResultBase)result).Exception contains an Exception object with the error information.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x