OpcAddCommentMethodNode.AddCommentCallback Delegate

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Applies the comment to the state of a condition.

C#

[CLSCompliant(false)]
public delegate void AddCommentCallback([OpcArgument("EventId", Description = "The identifier identifying a particular event notification where a state was reported for a condition.")] byte[] eventId, [OpcArgument("Comment", Description = "A localized text to be applied to the condition.")] OpcText comment);


Attributes CLSCompliantAttribute


Parameters

eventId Byte[]

The identifier identifying a particular event notification where a state was reported for a condition.

comment OpcText

A localized text to be applied to the condition.

Remarks

This method does provide the following OpcResult information: * BadEventIdUnknown