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

sender
e

Glossary Item Box

Shutdown request handler IOPCShutdown::ShutdownRequest
This method is provided by the client so that the server can request that the client disconnect from the server. The client should UnAdvise all connections, Remove all groups and release all interfaces.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ShutdownRequestEventHandler( _
   ByVal sender As Object, _
   ByVal e As ShutdownRequestEventArgs _
) 
C# 
public delegate void ShutdownRequestEventHandler( 
   object sender,
   ShutdownRequestEventArgs 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.