Opc.Ua.Core
ReportEvent Method (BaseInstanceState)



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

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

BaseInstanceState Class
BaseInstanceState Members