Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

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

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public delegate ServiceResult AlarmConditionTimedUnshelveEventHandler(
	ISystemContext context,
	AlarmConditionState alarm
)
Visual Basic
Public Delegate Function AlarmConditionTimedUnshelveEventHandler ( _
	context As ISystemContext, _
	alarm As AlarmConditionState _
) As ServiceResult
Visual C++
public delegate ServiceResult^ AlarmConditionTimedUnshelveEventHandler(
	ISystemContext^ context, 
	AlarmConditionState^ alarm
)

Parameters

context
Type: Opc.Ua..::..ISystemContext
The current system context.
alarm
Type: AlarmConditionState
The alarm that raised the event.

See Also