QuickOPC User's Guide and Reference
IsKnownCaptureSubscriptionHandle Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Services Namespace > IUAPubSubSniffer Interface : IsKnownCaptureSubscriptionHandle Method
Syntax
'Declaration
 
Function IsKnownCaptureSubscriptionHandle( _
   ByVal captureSubscriptionHandle As Integer _
) As Boolean
'Usage
 
Dim instance As IUAPubSubSniffer
Dim captureSubscriptionHandle As Integer
Dim value As Boolean
 
value = instance.IsKnownCaptureSubscriptionHandle(captureSubscriptionHandle)
bool IsKnownCaptureSubscriptionHandle( 
   int captureSubscriptionHandle
)
bool IsKnownCaptureSubscriptionHandle( 
   int captureSubscriptionHandle
) 

Parameters

captureSubscriptionHandle
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