EasyUA Reference
BeginApplyChanges Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Subscription Class : BeginApplyChanges Method

callback
The callback to call when the async processing completes.
userData
The user data that is passed to the callback.

Glossary Item Box

Applies any changes to the subscription items.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Subscription
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
The callback to call when the async processing completes.
userData
The user data that is passed to the callback.

Return Value

An object which must be passed to the EndReadValue method.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.