QuickOPC User's Guide and Reference
GetInfoMessages Method (UAEndpointSelectionPolicy)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : GetInfoMessages Method
Enumerates the info messages associated with the current policy.
Syntax
'Declaration
 
<IteratorStateMachineAttribute(OpcLabs.EasyOpc.UA.Engine.UAEndpointSelectionPolicy/d__136)> 
<NotNullAttribute()> 
Public Function GetInfoMessages() As IEnumerable(Of String)
'Usage
 
Dim instance As UAEndpointSelectionPolicy
Dim value As IEnumerable(Of String)
 
value = instance.GetInfoMessages()
[IteratorStateMachine(OpcLabs.EasyOpc.UA.Engine.UAEndpointSelectionPolicy/d__136)] 
[NotNull()] 
public IEnumerable<string> GetInfoMessages()
[IteratorStateMachine(OpcLabs.EasyOpc.UA.Engine.UAEndpointSelectionPolicy/d__136)] 
[NotNull()] 
public: 
IEnumerable<String^>^ GetInfoMessages(); 

Return Value

Returns the sequence of the info messages.
Requirements

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

See Also