OPCDA.NET Reference Manual
GeneralErrorExt Event
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BGServer Class : GeneralErrorExt Event

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
Extended event handler including the BGServer object related to the event. Install this handler if the application needs to determine the event source.
This event handler is called when an error occurs and the user did not specify a completion handler in the request. It is also called when a request handling timeout occurs. In this case it's called even with a user completion handler specified. The request completion handler will be called when the request handling finally terminates. This may be after a much longer time limit.

Syntax

Visual Basic (Declaration) 
Public Event GeneralErrorExt As OnBGGeneralErrorExt
C# 
public event OnBGGeneralErrorExt GeneralErrorExt

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.