uaPLUS Reference
AlarmConditionShelveEventHandler Delegate
See Also  Send Feedback
Opc.Ua Namespace : AlarmConditionShelveEventHandler Delegate

context
alarm
shelving
oneShot
shelvingTime

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Delegate Function AlarmConditionShelveEventHandler( _
   ByVal context As ISystemContext, _
   ByVal alarm As AlarmConditionState, _
   ByVal shelving As Boolean, _
   ByVal oneShot As Boolean, _
   ByVal shelvingTime As Double _
) As ServiceResult
C# 
public delegate ServiceResult AlarmConditionShelveEventHandler( 
   ISystemContext context,
   AlarmConditionState alarm,
   bool shelving,
   bool oneShot,
   double shelvingTime
)

Parameters

context
alarm
shelving
oneShot
shelvingTime

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.