QuickOPC User's Guide and Reference
AsPublishedEventsElement Method (_UAPublishedEventsElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAPublishedEventsElement Interface : AsPublishedEventsElement Method
The current OPC UA published dataset source element expressed as published events element.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Function AsPublishedEventsElement() As UAPublishedEventsElement
'Usage
 
Dim instance As _UAPublishedEventsElement
Dim value As UAPublishedEventsElement
 
value = instance.AsPublishedEventsElement()
[CanBeNull()]
UAPublishedEventsElement AsPublishedEventsElement()
[CanBeNull()]
UAPublishedEventsElement^ AsPublishedEventsElement(); 
Remarks

Returns null if the current OPC UA published dataset source element is not a published events element.

This method has been introduced primarily for languages like PHP that do not allow down-casting.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also