EasyUA Reference
Subscription.OnCreateComplete Delegate
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : Subscription.OnCreateComplete Delegate

error
null if OK, otherwise the exception with the error information.
asyncState
The object that was provided in the async browse call.

Glossary Item Box

The asynchronous Subscription create completion callback handler.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New Subscription.OnCreateComplete(AddressOf HandlerMethod)
C# 
public delegate void Subscription.OnCreateComplete( 
   Exception error,
   object asyncState
)

Parameters

error
null if OK, otherwise the exception with the error information.
asyncState
The object that was provided in the async browse call.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.