Connectivity Software User's Guide and Reference
ConnectedCondition Constructor(OperationResult)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Communication Namespace > ConnectedCondition Class > ConnectedCondition Constructor : ConnectedCondition Constructor(OperationResult)
The result of the operation that is associated with this condition.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the ConnectedCondition class from the specified operation result.
Syntax
'Declaration
 
Public Function New( _
   ByVal operationResult As OperationResult _
)
'Usage
 
Dim operationResult As OperationResult
 
Dim instance As New ConnectedCondition(operationResult)
public ConnectedCondition( 
   OperationResult operationResult
)
public:
ConnectedCondition( 
   OperationResult^ operationResult
)

Parameters

operationResult
The result of the operation that is associated with this condition.

The value of this parameter cannot be null (Nothing in Visual Basic).

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