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

context
The current system context.
alarm
The alarm that raised the event.
shelving
True if the condition is being shelved.
oneShot
True if the condition is being until it goes inactive (i.e. OneShotShelve).
shelvingTime
How long to shelve the condition.

Glossary Item Box

Used to recieve notifications when a alarm is shelved or unshelved.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As New AlarmConditionShelveEventHandler(AddressOf HandlerMethod)
C# 
public delegate ServiceResult AlarmConditionShelveEventHandler( 
   ISystemContext context,
   AlarmConditionState alarm,
   bool shelving,
   bool oneShot,
   double shelvingTime
)

Parameters

context
The current system context.
alarm
The alarm that raised the event.
shelving
True if the condition is being shelved.
oneShot
True if the condition is being until it goes inactive (i.e. OneShotShelve).
shelvingTime
How long to shelve the condition.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.