| 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.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x