Parameters
- handle
- The monitored item subscription handle to be tested.
Return Value
true
if the given handle is known to the client (i.e. represents a currently subscribed monitored item). Otherwise, returns false
.true
if the given handle is known to the client (i.e. represents a currently subscribed monitored item). Otherwise, returns false
.Exception | Description |
---|---|
System.ObjectDisposedException | An operation was performed on a disposed object. |
This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.