OPCDA.NET-UA
dlgShutdownRequest Delegate
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace : dlgShutdownRequest Delegate

reason

Glossary Item Box

Delegate defining the callback method that informs the client of server shutdowns.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub dlgShutdownRequest( _
   ByVal reason As String _
) 
C# 
public delegate void dlgShutdownRequest( 
   string reason
)

Parameters

reason

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.