EasyUA Reference
EndApplyChanges Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class : EndApplyChanges Method

result
The object returned from the BeginApplyChanges method. If an error happend then ((AsyncResultBase)result).Exception contains an Exception object with the error information.

Glossary Item Box

Completes an asynchronous BeginApplyChanges operation.

Syntax

Visual Basic (Usage)Copy Code
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.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.