Opc.Ua.Core
ReportEvent Method (NodeState)



Opc.Ua Namespace > NodeState Class : ReportEvent Method
The system context.
The event to report.
Reports an event produced by the node.
Syntax
'Declaration
 
Public Overridable Sub ReportEvent( _
   ByVal context As ISystemContext, _
   ByVal e As IFilterTarget _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim e As IFilterTarget
 
instance.ReportEvent(context, e)
public virtual void ReportEvent( 
   ISystemContext context,
   IFilterTarget e
)
public:
virtual void ReportEvent( 
   ISystemContext^ context,
   IFilterTarget^ e
) 

Parameters

context
The system context.
e
The event to report.
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

Reference

NodeState Class
NodeState Members