EasyUA Reference
AlarmConditionTimedUnshelveEventHandler Delegate
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : AlarmConditionTimedUnshelveEventHandler Delegate

context
The current system context.
alarm
The alarm that raised the event.

Glossary Item Box

Used to recieve notifications when the timed shelve period elapses for an alarm.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New AlarmConditionTimedUnshelveEventHandler(AddressOf HandlerMethod)
C# 
public delegate ServiceResult AlarmConditionTimedUnshelveEventHandler( 
   ISystemContext context,
   AlarmConditionState alarm
)

Parameters

context
The current system context.
alarm
The alarm that raised the event.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.