OPCDA.NET Reference Manual
PingFailureEventHandler Delegate
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace : PingFailureEventHandler Delegate

sender
e

Glossary Item Box

Event handler that is called when the ping thread detects a server access failure

Syntax

Visual Basic (Declaration) 
Public Delegate Sub PingFailureEventHandler( _
   ByVal sender As Object, _
   ByVal e As Exception _
) 
C# 
public delegate void PingFailureEventHandler( 
   object sender,
   Exception e
)

Parameters

sender
e

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.