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

silent
If TRUE the subscription state is not checked and exceptions are ignored.
callback
userData
The user data that is passed to the callback.

Glossary Item Box

Asynchronously deletes a subscription on the server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Subscription
Dim silent As Boolean
Dim callback As AsyncCallback
Dim userData As Object
Dim value As IAsyncResult
 
value = instance.BeginDelete(silent, callback, userData)

Parameters

silent
If TRUE the subscription state is not checked and exceptions are ignored.
callback
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.