OPC Studio User's Guide and Reference
Implicit Type Conversion(UAPubSubConnectionDescriptor,ResourceAddress) Operator



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubConnectionDescriptor Class > Implicit Type Conversion Operator : Implicit Type Conversion(UAPubSubConnectionDescriptor,ResourceAddress) Operator
Network address information in the form of a resource descriptor (can be represented as URL string).
Converts a resource address to a PubSub connection descriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal resourceAddress As ResourceAddress _
) As UAPubSubConnectionDescriptor
'Usage
 
[NotNull()]
public UAPubSubConnectionDescriptor operator implicit( 
   ResourceAddress resourceAddress
)

Parameters

resourceAddress
Network address information in the form of a resource descriptor (can be represented as URL string).
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