QuickOPC User's Guide and Reference
UnsubscribeCapture Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Services Namespace > IUAPubSubSniffer Interface : UnsubscribeCapture Method
Syntax
'Declaration
 
Sub UnsubscribeCapture( _
   ByVal captureSubscriptionHandle As Integer _
) 
'Usage
 
Dim instance As IUAPubSubSniffer
Dim captureSubscriptionHandle As Integer
 
instance.UnsubscribeCapture(captureSubscriptionHandle)
void UnsubscribeCapture( 
   int captureSubscriptionHandle
)
void UnsubscribeCapture( 
   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