OPC Studio User's Guide and Reference
ToResultString Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationEventArgs Class : ToResultString Method
Infrastructure.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Function ToResultString( _
   ByVal brief As Boolean _
) As String
'Usage
 
Dim instance As OperationEventArgs
Dim brief As Boolean
Dim value As String
 
value = instance.ToResultString(brief)
[NotNull()]
protected string ToResultString( 
   bool brief
)
[NotNull()]
protected:
String^ ToResultString( 
   bool brief
) 

Parameters

brief

Return Value

This method never returns null (Nothing in Visual Basic).

Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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