QuickOPC User's Guide and Reference
ToDAVtqResult Method (EasyDAItemChangedEventArgs)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > EasyDAItemChangedEventArgs Class : ToDAVtqResult Method
The event arguments to be converted.
Converts event arguments to a corresponding result object, DAVtqResult.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ContractAnnotationAttribute("null => null; notnull => notnull")>
Public Shared Function ToDAVtqResult( _
   ByVal eventArgs As EasyDAItemChangedEventArgs _
) As DAVtqResult
'Usage
 
Dim eventArgs As EasyDAItemChangedEventArgs
Dim value As DAVtqResult
 
value = EasyDAItemChangedEventArgs.ToDAVtqResult(eventArgs)
[CanBeNull()]
[ContractAnnotation("null => null; notnull => notnull")]
public static DAVtqResult ToDAVtqResult( 
   EasyDAItemChangedEventArgs eventArgs
)
[CanBeNull()]
[ContractAnnotation("null => null; notnull => notnull")]
public:
static DAVtqResult^ ToDAVtqResult( 
   EasyDAItemChangedEventArgs^ eventArgs
) 

Parameters

eventArgs
The event arguments to be converted.

Return Value

The result object that corresponds to the event arguments. null if the event arguments passed in were null.
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