'Declaration
Public Function IsKnownMonitoredItemSubscriptionHandle( _ ByVal handle As Integer _ ) As Boolean
'Usage
Dim instance As EasyUAClientCore Dim handle As Integer Dim value As Boolean value = instance.IsKnownMonitoredItemSubscriptionHandle(handle)
Parameters
- handle
- The monitored item subscription handle to be tested.
Return Value
Returns
true
if the given handle is known to the client (i.e. represents a currently subscribed monitored item). Otherwise, returns false
.