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

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

Glossary Item Box

Completes an asynchronous BeginCreate operation.

Syntax

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

Parameters

result
The object returned from the BeginCreate 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.