OPC Studio User's Guide and Reference
RequestedDeliveryGuarantee Property (UABrokerDataSetReaderTransportParameters)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UABrokerDataSetReaderTransportParameters Class : RequestedDeliveryGuarantee Property
Specifies the delivery guarantees the dataset reader negotiates with the broker for all messages received.
Syntax
'Declaration
 
Public Property RequestedDeliveryGuarantee As UABrokerTransportQualityOfService
 
'Usage
 
Dim instance As UABrokerDataSetReaderTransportParameters
Dim value As UABrokerTransportQualityOfService
 
instance.RequestedDeliveryGuarantee = value
 
value = instance.RequestedDeliveryGuarantee

Property Value

The default value of this property is NotSpecified (UABrokerTransportQualityOfService.NotSpecified).

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