'Declaration
<ExtensionAttribute()> Public Overloads Shared Function SubscribeCapture( _ ByVal sniffer As IUAPubSubSniffer, _ ByVal subscribeDataSetArguments As UASubscribeDataSetArguments, _ ByVal callback As UAPubSubCaptureEventHandler _ ) As Integer
'Usage
Dim sniffer As IUAPubSubSniffer Dim subscribeDataSetArguments As UASubscribeDataSetArguments Dim callback As UAPubSubCaptureEventHandler Dim value As Integer value = IPubSubSnifferExtension.SubscribeCapture(sniffer, subscribeDataSetArguments, callback)
[Extension()] public static int SubscribeCapture( IUAPubSubSniffer sniffer, UASubscribeDataSetArguments subscribeDataSetArguments, UAPubSubCaptureEventHandler callback )
[Extension()] public: static int SubscribeCapture( IUAPubSubSniffer^ sniffer, UASubscribeDataSetArguments^ subscribeDataSetArguments, UAPubSubCaptureEventHandler^ callback )
Parameters
- sniffer
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- subscribeDataSetArguments
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- callback
The value of this parameter can be
null
(Nothing
in Visual Basic).