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

result
The object returned from the BeginDelete method.

Glossary Item Box

Completes an asynchronous BeginDelete operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Subscription
Dim result As IAsyncResult
 
instance.EndDelete(result)
C# 
public void EndDelete( 
   IAsyncResult result
)

Parameters

result
The object returned from the BeginDelete method.

Return Value

List of read results.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.